Skip to content

Commit 43e4bb4

Browse files
committed
fix bug with sidebar inputs
1 parent 28f49c4 commit 43e4bb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/wigu/active_admin_theme.css.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,4 +728,9 @@ form fieldset > ol > li fieldset ol li {
728728
}
729729
.ui-widget-overlay {
730730
background: rgba(0, 0, 0, 0.7);
731+
}
732+
733+
//becouse of sidebar border 2px
734+
form.filter_form .filter_form_field.filter_date_range .seperator {
735+
width: 10px;
731736
}

0 commit comments

Comments
 (0)