From 281fc48e350cab0c65a64c9a40f726e7bbc758a7 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Sun, 14 Jan 2024 21:17:00 +0100 Subject: [PATCH] Fix width of js_filter_field in tags edit dialog We changed the selector for form fields inside of forms in dialogs to support tooltips in 69cbb1dfed60c67e5135d23d7a07926120f878ab --- app/assets/stylesheets/alchemy/filter_field.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/alchemy/filter_field.scss b/app/assets/stylesheets/alchemy/filter_field.scss index 7a9ba47de5..a6e8b7f2f2 100644 --- a/app/assets/stylesheets/alchemy/filter_field.scss +++ b/app/assets/stylesheets/alchemy/filter_field.scss @@ -14,6 +14,11 @@ padding-left: 28px; padding-right: 24px; margin: 0; + + .input & { + float: none; + width: 100%; + } } .js_filter_field_clear {