mirror of https://github.com/zulip/zulip.git
css: Fix problem with too long stream error formatting.
Add overflow-wrap rule for #response span to subscriptions.css.
This commit is contained in:
parent
9fd375c249
commit
eac002c6bd
|
@ -36,6 +36,10 @@
|
|||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.subscriptions div #response {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#subscriptions_table .subscription_block {
|
||||
padding-left: 0.5em;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in New Issue