mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
header text wrap fix
This commit is contained in:
parent
8bac9c7a09
commit
cd798e49d8
@ -536,7 +536,6 @@ video {
|
||||
|
||||
.topic-header-extra {
|
||||
margin: 0 0 0 5px;
|
||||
flex: 1 1 90%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -558,6 +557,7 @@ video {
|
||||
h1 {
|
||||
line-height: $line-height-medium;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
font-size: $font-up-4;
|
||||
line-height: $line-height-medium;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
a {color: $primary;}
|
||||
}
|
||||
.topic-statuses {
|
||||
|
Loading…
Reference in New Issue
Block a user