Text Display issue (#3889)
Credit to @Teranode. Fixes an issue present on Firefox and Chrome where the "Yes" text cuts off because of the width limit of the span
This commit is contained in:
parent
5d6354ba88
commit
d21ae831c0
|
|
@ -282,7 +282,6 @@
|
|||
span {
|
||||
z-index: @zindex-checkbox;
|
||||
display: block;
|
||||
width: 50%;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
left: -1px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue