header text wrap fix

This commit is contained in:
Kris 2018-02-02 19:33:00 -05:00
parent 8bac9c7a09
commit cd798e49d8
2 changed files with 2 additions and 1 deletions

View File

@ -536,7 +536,6 @@ video {
.topic-header-extra { .topic-header-extra {
margin: 0 0 0 5px; margin: 0 0 0 5px;
flex: 1 1 90%;
} }
} }
@ -558,6 +557,7 @@ video {
h1 { h1 {
line-height: $line-height-medium; line-height: $line-height-medium;
margin: 0; margin: 0;
width: 100%;
} }
} }

View File

@ -28,6 +28,7 @@
font-size: $font-up-4; font-size: $font-up-4;
line-height: $line-height-medium; line-height: $line-height-medium;
overflow: hidden; overflow: hidden;
width: 100%;
a {color: $primary;} a {color: $primary;}
} }
.topic-statuses { .topic-statuses {