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 {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow-wrap: break-word;
|
white-space: nowrap;
|
||||||
text-wrap: pretty;
|
text-overflow: ellipsis;
|
||||||
|
overflow-x: hidden;
|
||||||
|
width: 100%
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -101,6 +103,7 @@
|
||||||
min-width: 1.6em;
|
min-width: 1.6em;
|
||||||
margin-right: 0.4em;
|
margin-right: 0.4em;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
overflow-wrap: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue