From d21ae831c0a4fe220da7bf793c213d63c6b0bf3e Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 25 Oct 2018 00:20:18 -0400 Subject: [PATCH] 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 --- modules/system/assets/ui/less/checkbox.less | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/system/assets/ui/less/checkbox.less b/modules/system/assets/ui/less/checkbox.less index d9e9c2bf3..f186888f3 100644 --- a/modules/system/assets/ui/less/checkbox.less +++ b/modules/system/assets/ui/less/checkbox.less @@ -282,7 +282,6 @@ span { z-index: @zindex-checkbox; display: block; - width: 50%; position: absolute; top: 2px; left: -1px;