Fix icon in autocomplete popover

This commit is contained in:
simurai
2018-09-11 12:58:01 +09:00
parent d1292fd7e3
commit bf1adcda93
2 changed files with 12 additions and 0 deletions

View File

@@ -123,6 +123,12 @@
.list-group li {
padding-left: @popover-list-padding;
}
// Un-reset icon in popover lists
.icon.icon {
display: inline-block;
height: inherit;
}
}
.ui-sortable {

View File

@@ -123,6 +123,12 @@
.list-group li {
padding-left: @popover-list-padding;
}
// Un-reset icon in popover lists
.icon.icon {
display: inline-block;
height: inherit;
}
}
.ui-sortable {