Set the height of the UI Select Menu so it doesn't exceed 200px

This commit is contained in:
Craig Maloney 2018-03-17 09:03:50 -04:00
parent c28e26d5cc
commit e15abd4a4b

View file

@ -40,6 +40,9 @@ body {
}
form {
display: inline;
}
.ui-selectmenu-menu .ui-menu {
height: 200px;
}
</style>