forked from opentiny/tiny-vue
fix(components): [collapse] fix overflow (#835)
This commit is contained in:
parent
06ecd9c61f
commit
24d6235844
|
@ -73,6 +73,7 @@
|
|||
.@{collapse-item-prefix-cls}__word-overflow {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
line-height: 1.5;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue