[all] fix bug 45981
This commit is contained in:
parent
accbea96e5
commit
4f027719e7
|
@ -381,7 +381,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#title-doc-name {
|
#title-doc-name {
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -392,7 +392,7 @@
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
#title-user-name {
|
#title-user-name {
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Reference in a new issue