From 109b645ea6de3764db5ac4aaf50cf93ccc336134 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Tue, 24 Sep 2019 23:11:17 +0800 Subject: [PATCH] =?UTF-8?q?fix(#I12KXU):=20=E6=8E=88=E6=9D=83=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=86=85=E5=A4=8D=E9=80=89=E6=A1=86=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment comment #I12KXU Longbow.checkbox 组件导致增加样式限制 text-overflow: ellipsis; overflow: hidden; #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I12KXU --- .../wwwroot/lib/longbow-checkbox/longbow-checkbox.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/admin/Bootstrap.Admin/wwwroot/lib/longbow-checkbox/longbow-checkbox.css b/src/admin/Bootstrap.Admin/wwwroot/lib/longbow-checkbox/longbow-checkbox.css index c64b2a6a..726f7350 100644 --- a/src/admin/Bootstrap.Admin/wwwroot/lib/longbow-checkbox/longbow-checkbox.css +++ b/src/admin/Bootstrap.Admin/wwwroot/lib/longbow-checkbox/longbow-checkbox.css @@ -2,6 +2,8 @@ font-weight: 500; cursor: pointer; display: inline-block; + text-overflow: ellipsis; + overflow: hidden; user-select: none; white-space: nowrap; margin: 0;