Skip to content

Commit

Permalink
css: fix filter element width, add upper border
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Aug 29, 2022
1 parent 1c30412 commit 3b1d3e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -1656,13 +1656,13 @@ ul.filter-root {
}


li.filter-chain > select.operator {
form.director-form li.filter-chain > select.operator {
min-width: 5em;
max-width: 5em;
width: 5em;
}

div.filter-expression {
form.director-form div.filter-expression {
.column {
min-width: 7em;
max-width: 30em;
Expand Down Expand Up @@ -1705,7 +1705,6 @@ ul.director-suggestions {
overflow-y: auto;
overflow-x: hidden;
border: 1px solid @icinga-blue;
border-top: none;
position: absolute;
z-index: 2000;
padding: 0;
Expand Down

0 comments on commit 3b1d3e2

Please sign in to comment.