fix title wrapping

This commit is contained in:
Sean Yesmunt 2018-12-06 17:09:08 -05:00
parent 5750288519
commit 4a123bc481
2 changed files with 7 additions and 0 deletions

View file

@ -28,6 +28,12 @@ button {
font-weight: inherit; font-weight: inherit;
} }
h1 {
// Paul - Remove this in your changes
// This should be added to the media-title (or whatever that is called)
word-break: break-word;
}
ul { ul {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;

View file

@ -59,6 +59,7 @@
.file-tile__title { .file-tile__title {
font-size: 1.1em; font-size: 1.1em;
word-break: break-word;
} }
.file-tile__uri { .file-tile__uri {