mirror of https://github.com/zulip/zulip.git
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:
parent
3242a61894
commit
687c4b9d66
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue