mirror of https://github.com/zulip/zulip.git
Fix stream highlight height in Safari
(imported from commit b5860bb0422ac619a052f2c546c0219e405e0daf)
This commit is contained in:
parent
1d4a92ec0e
commit
81881aa682
|
@ -2162,6 +2162,10 @@ table.floating_recipient {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.subscription_header {
|
||||
min-height: 47px;
|
||||
}
|
||||
|
||||
.subscription_header .subscription_name {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in New Issue