mirror of https://github.com/zulip/zulip.git
empty_titles: Set line-height to match font size.
This commit is contained in:
parent
5b96769739
commit
8e85972a03
|
@ -1321,6 +1321,7 @@ div.toggle_resolve_topic_spinner .loading_indicator_spinner {
|
||||||
.empty-feed-notice-title {
|
.empty-feed-notice-title {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
line-height: 1;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue