Tweak maximum length of drop down menu

This commit is contained in:
Nigel Metheringham 2013-02-24 12:20:16 +00:00
commit 86d55c1c4d
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,4 @@
/* Local CSS tweaks for ansible */
.dropdown-menu {
overflow-y: auto;
}