mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
style(Sidebar): fix long number wrap (#7456)
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
color: @sidebar-text-color;
|
||||
font-size: @sidebar-font-size;
|
||||
line-height: @sidebar-line-height;
|
||||
word-wrap: break-word;
|
||||
background-color: @sidebar-background-color;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
@@ -21,6 +20,8 @@
|
||||
&__text {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
// https://github.com/youzan/vant/issues/7455
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&:not(:last-child)::after {
|
||||
|
Reference in New Issue
Block a user