Set the height of the UI Select Menu so it doesn't exceed 200px
This commit is contained in:
parent
c28e26d5cc
commit
e15abd4a4b
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ body {
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
}
|
||||||
|
.ui-selectmenu-menu .ui-menu {
|
||||||
|
height: 200px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue