fix user handle wrap
This commit is contained in:
parent
6184229cda
commit
7afdf3e70c
1 changed files with 5 additions and 2 deletions
|
|
@ -92,8 +92,10 @@
|
|||
|
||||
a {
|
||||
display: inline-block;
|
||||
overflow-wrap: break-word;
|
||||
text-wrap: pretty;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -101,6 +103,7 @@
|
|||
min-width: 1.6em;
|
||||
margin-right: 0.4em;
|
||||
white-space: nowrap;
|
||||
overflow-wrap: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
flex: 1 1 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue