Skip to content

Commit

Permalink
Fixed issue #11685: Survey header in mobile view breaking into next line
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Sep 20, 2016
1 parent b642373 commit b4fe7a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/default/css/template.css
Expand Up @@ -729,7 +729,7 @@ table.array-no-dropdown td.answer-item.text-center

/* text overflows, ellipsis and hyphens */
.navbar-brand {
max-height: 1.5em;
white-space:nowrap;
text-overflow: ellipsis;
text-overflow: "…";
}
Expand Down
2 changes: 1 addition & 1 deletion templates/news_paper/css/template.css
Expand Up @@ -782,7 +782,7 @@ table.array-no-dropdown td.answer-item.text-center

/* text overflows, ellipsis and hyphens */
.navbar-brand {
max-height: 1.5em;
white-space:nowrap;
text-overflow: ellipsis;
text-overflow: "…";
}
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu_orange/css/template.css
Expand Up @@ -728,7 +728,7 @@ table.array-no-dropdown td.answer-item.text-center

/* text overflows, ellipsis and hyphens */
.navbar-brand {
max-height: 1.5em;
white-space:nowrap;
text-overflow: ellipsis;
text-overflow: "…";
}
Expand Down

0 comments on commit b4fe7a3

Please sign in to comment.