Skip to content

Commit

Permalink
Dev: reduced question index max size
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Sep 21, 2017
1 parent 0c65d09 commit 533e222
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
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,6 @@ p.return-to-survey{

/* Make sure question index menu is not too long. */
#index-menu ul.dropdown-menu {
max-height: 90vh;
max-height: 50vh;
overflow-y: scroll;
}
2 changes: 1 addition & 1 deletion templates/news_paper/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,6 @@ div.yes-no .btn-group label {

/* Make sure question index menu is not too long. */
#index-menu ul.dropdown-menu {
max-height: 90vh;
max-height: 50vh;
overflow-y: scroll;
}
2 changes: 1 addition & 1 deletion templates/ubuntu_orange/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,6 @@ div.yes-no .btn-group label {

/* Make sure question index menu is not too long. */
#index-menu ul.dropdown-menu {
max-height: 90vh;
max-height: 50vh;
overflow-y: scroll;
}

0 comments on commit 533e222

Please sign in to comment.