[all] fix bug 45981

This commit is contained in:
Maxim Kadushkin 2020-07-29 18:28:15 +03:00
parent accbea96e5
commit 4f027719e7

View file

@ -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;