Merge pull request #5824 from SansPseudoFix/Fix-overflow-mobile-tag-page
Fix tag overflow mobile page
This commit is contained in:
commit
fecd5947bb
1 changed files with 5 additions and 0 deletions
|
|
@ -1204,3 +1204,8 @@ select#aspect_ids_ {
|
||||||
background-color: $light-green;
|
background-color: $light-green;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* --- Tag page --- */
|
||||||
|
#app #main h1 {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue