Fix tag overflow mobile page
modified: app/assets/stylesheets/mobile/mobile.scss modified: app/assets/stylesheets/mobile/mobile.scss
This commit is contained in:
parent
205e527986
commit
5b90e1a060
1 changed files with 5 additions and 0 deletions
|
|
@ -1204,3 +1204,8 @@ select#aspect_ids_ {
|
|||
background-color: $light-green;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Tag page --- */
|
||||
#app #main h1 {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue