hotfix for mobile dropdown alignment and display

This commit is contained in:
Kibi Kelburton 2022-05-16 16:19:04 +02:00
parent 17946742ec
commit 00837600bb

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;
}
}