Skip to content

Commit

Permalink
Firefox and Chrome have different opinions on white-space:nowrap
Browse files Browse the repository at this point in the history
Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Jan 6, 2014
1 parent 0fe6fed commit 297ae32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions themes/default/css/admin.css
Expand Up @@ -107,6 +107,10 @@ div.quick_tasks {
h3.category_header form {
font-size: 80%;
}
/* Chrome trick to avoid multiple lines of feature names */
.category_header>h3 {
white-space: nowrap;
}
.windowbg.nopadding {
margin: 4px 0 0 0;
padding: 0;
Expand Down
1 change: 0 additions & 1 deletion themes/default/css/index.css
Expand Up @@ -393,7 +393,6 @@ em {
padding: 4px 10px 2px 10px;
font-size: 1.214em;
line-height: 1.8em;
white-space: nowrap;
}

/* Styles for subsection headers. @todo */
Expand Down

0 comments on commit 297ae32

Please sign in to comment.