Merge pull request 'hotfix for mobile dropdown alignment and display' (#32) from dev into master

Reviewed-on: #32
This commit is contained in:
2022-05-16 16:19:21 +02:00

View File

@ -972,10 +972,12 @@ span.placeholder {
.dropdown-menu {
position: absolute;
/*top: ;*/
left: 0;
margin-right: 5px;
margin-left: 5px;
}
.dropdown-menu li {
white-space: normal;
word-wrap: anywhere;
}
}