changed feedback button style
This commit is contained in:
parent
044138b540
commit
3d95848ba3
|
@ -53,11 +53,11 @@
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
padding: 5px;
|
padding: 5px 5px 5px 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-width: 12px;
|
min-width: 30px;
|
||||||
max-width: 12px;
|
max-width: 300px;
|
||||||
text-indent: 17px;
|
text-indent: 2px;
|
||||||
transition: all 250ms ease-in-out;
|
transition: all 250ms ease-in-out;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue