mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(SidebarItem): long number wrap (#3714)
This commit is contained in:
parent
12b2e813ad
commit
f382c2b7c1
@ -5,7 +5,6 @@
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
border-left: 3px solid transparent;
|
||||
user-select: none;
|
||||
.theme(padding, '@sidebar-padding');
|
||||
@ -17,6 +16,7 @@
|
||||
&__text {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&--hover:not(&--disabled) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user