css: Improve EDITED styling for non-English languages.

In some non-English languages, including Russian, the translation of
EDITED does not properly fit.  The best solution is probably something
bigger or having translators abbreviate this string, but it's worth at
least this minimal change to fix extremely ugly overlap behavior for
this widget.

Actual CSS written by Greg Price.
This commit is contained in:
Tim Abbott 2021-09-16 12:53:09 -07:00
parent 3242a61894
commit 687c4b9d66
1 changed files with 4 additions and 1 deletions

View File

@ -822,11 +822,14 @@ td.pointer {
opacity: 0.5;
line-height: 0px;
text-align: right;
width: 45px;
padding-left: 5px;
width: 40px;
position: absolute;
left: 0;
top: 16px;
user-select: none;
white-space: nowrap;
overflow-x: clip;
}
.message_time {