fix(#I12KXU): 授权弹窗内复选框增加长度限制

#Comment
comment #I12KXU
Longbow.checkbox 组件导致增加样式限制
text-overflow: ellipsis;
overflow: hidden;

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I12KXU
This commit is contained in:
Argo Zhang 2019-09-24 23:11:17 +08:00
parent 57120a31c6
commit 109b645ea6
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 0 deletions

View File

@ -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;