Skip to content

Commit

Permalink
Fix width of js_filter_field in tags edit dialog
Browse files Browse the repository at this point in the history
We changed the selector for form fields inside of forms
in dialogs to support tooltips in 69cbb1d
  • Loading branch information
tvdeyen committed Jan 14, 2024
1 parent 11fccad commit 281fc48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/alchemy/filter_field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
padding-left: 28px;
padding-right: 24px;
margin: 0;

.input & {
float: none;
width: 100%;
}
}

.js_filter_field_clear {
Expand Down

0 comments on commit 281fc48

Please sign in to comment.