Fix tag overflow mobile page

modified:   app/assets/stylesheets/mobile/mobile.scss

	modified:   app/assets/stylesheets/mobile/mobile.scss
This commit is contained in:
SansPseudoFix 2015-03-30 14:47:47 +02:00
parent 205e527986
commit 5b90e1a060

View file

@ -1204,3 +1204,8 @@ select#aspect_ids_ {
background-color: $light-green;
}
}
/* --- Tag page --- */
#app #main h1 {
word-wrap: break-word;
}