Display for language list will fit into smaller viewports (#550).

This commit is contained in:
Alex Tselegidis 2020-03-29 19:06:40 +02:00
parent 7279b1911e
commit 20b8557cd9
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ li.language:hover {
#language-list {
list-style: none;
padding-left: 0px;
max-height: 500px;
overflow-y: auto;
}
/* JQUERY UI DATETIME PICKER ADDON