hotfix for mobile dropdown alignment and display
This commit is contained in:
parent
17946742ec
commit
00837600bb
|
@ -972,10 +972,12 @@ span.placeholder {
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
/*top: ;*/
|
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-right: 5px;
|
}
|
||||||
margin-left: 5px;
|
|
||||||
|
.dropdown-menu li {
|
||||||
|
white-space: normal;
|
||||||
|
word-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user