Fix/messed up long polls

This commit is contained in:
Shpuld Shpludson 2019-06-20 13:00:10 +00:00
parent 752ee9d70c
commit 44a03922e6
2 changed files with 10 additions and 4 deletions

View file

@ -200,6 +200,7 @@ input, textarea, .select {
}
}
+ label::before {
flex-shrink: 0;
display: inline-block;
content: '';
transition: box-shadow 200ms;
@ -236,6 +237,7 @@ input, textarea, .select {
}
}
+ label::before {
flex-shrink: 0;
display: inline-block;
content: '';
transition: color 200ms;