Skip to content

Commit

Permalink
Fix dynamic filter layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Nov 16, 2024
1 parent 2a3fb80 commit f072cde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/assets/stylesheets/datagrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,13 @@ input.datagrid-range-from, input.datagrid-range-to {
height: 100px;
}

select.datagrid-dynamic-field {
width: 228px
}

select.datagrid-dynamic-operation {
margin-left: 7px;
width: 50px;
width: 60px;
}

.datagrid-dynamic-value {
Expand All @@ -93,10 +97,6 @@ select.datagrid-dynamic-operation {
display: inline-block;
}

select.datagrid-dynamic-field {
width: 238px
}

.datagrid-enum-checkboxes input {
margin: 7px;
width: auto;
Expand Down

0 comments on commit f072cde

Please sign in to comment.