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;
|
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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue