Fixing filter_box css padding (#2498)

This commit is contained in:
Maxime Beauchemin 2017-03-28 08:34:45 -07:00 committed by GitHub
parent f3cdb3b787
commit 56f28859b7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ ul.select2-results div.filter_box{
border-width: 1px;
border-color: transparent;
}
.filter_box .slice_container {
.filter_box.slice_container {
padding: 10px;
overflow: visible !important;
}