Fix dropdown issue with checkbox because of long label text

This commit is contained in:
Bjarne Fyrstenborg
2017-09-24 21:57:05 +02:00
parent fa777c46b1
commit 30f42f4ea8

View File

@@ -249,6 +249,10 @@
border-radius: 0;
}
.dropdown-menu > li > .flex > label {
flex: 1 1 0;
}
.dropdown-menu > li > a {
padding: 8px 20px;
}