diff --git a/stylesheets/overlay.less b/stylesheets/overlay.less index e4e7845..c491f2d 100644 --- a/stylesheets/overlay.less +++ b/stylesheets/overlay.less @@ -9,4 +9,17 @@ top:58px; border-radius:4px; } + + // Autocomplete Plus Fix + &.autocomplete-plus { + &.select-list ol.list-group, + &.select-list .error-message { + border-radius: 5px !important; + margin: 0 !important; + } + + &.select-list.popover-list ol { + width: 100% !important; + } + } }