fix title wrapping
This commit is contained in:
parent
5750288519
commit
4a123bc481
2 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,12 @@ button {
|
|||
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 {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
|
||||
.file-tile__title {
|
||||
font-size: 1.1em;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.file-tile__uri {
|
||||
|
|
Loading…
Reference in a new issue