mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Cause class and instance names not to wrap.
This looks ugly, uglier than the alternative, but I want to encourage us to figure out how to deal with this case rather than allowing it to wrap. (imported from commit 9ef9cedeca2e27a0db996083e2e528f3daec3f43)
This commit is contained in:
parent
5ca1ac55d6
commit
9a7993a954
@ -54,10 +54,11 @@ td.zephyr_recipient {
|
||||
vertical-align: top;
|
||||
text-align: right;
|
||||
overflow-x: hidden;
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
max-width: 100px;
|
||||
min-width: 100px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
span.zephyr_class {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user