forked from fanruan/fineui
guy
7 years ago
7 changed files with 39 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
.bi-label { |
||||||
|
text-overflow: ellipsis; |
||||||
|
overflow-x: hidden; |
||||||
|
overflow-y: hidden; |
||||||
|
white-space: nowrap; |
||||||
|
word-break: break-all; |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
@import "../../bibase"; |
||||||
|
|
||||||
|
.bi-label { |
||||||
|
.overflow-dot(); |
||||||
|
word-break: break-all; |
||||||
|
} |
Loading…
Reference in new issue