mirror of https://github.com/zulip/zulip.git
Resetting .subscription_name line-height and adding padding-top to adjust vertical position
(imported from commit 067ac448dee9ff2fa4795ade1f99f8425d4bf28c)
This commit is contained in:
parent
8d6551e37d
commit
2327bcd5ca
|
@ -185,6 +185,7 @@ a:hover code {
|
|||
margin: 10px 10px 0;
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
#stream_filters:hover {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
@ -905,6 +906,10 @@ table.floating_recipient {
|
|||
.subscription_name {
|
||||
padding-left: 0.5em;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
line-height: 14px;
|
||||
padding-top: 4px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.subscription_settings {
|
||||
|
|
Loading…
Reference in New Issue