mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 17:53:44 +08:00
UX: Line-height should be larger with single-line titles
This commit is contained in:
parent
53fb02f7fc
commit
22849fce96
|
@ -517,7 +517,7 @@ video {
|
||||||
h1 {
|
h1 {
|
||||||
margin: 5px 0 0 0;
|
margin: 5px 0 0 0;
|
||||||
font-size: $font-up-3;
|
font-size: $font-up-3;
|
||||||
line-height: $line-height-medium;
|
line-height: $line-height-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses {
|
.topic-statuses {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user