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:
Christian 2018-10-25 00:20:18 -04:00 committed by Luke Towers
parent 5d6354ba88
commit d21ae831c0
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@
span {
z-index: @zindex-checkbox;
display: block;
width: 50%;
position: absolute;
top: 2px;
left: -1px;