From 292b1e4ead967ccc5acb3fdb1802f7e74ee78153 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 10 Apr 2024 15:26:08 +0200 Subject: [PATCH] add margin and be more specific --- files/assets/css/themes/classic.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/files/assets/css/themes/classic.css b/files/assets/css/themes/classic.css index 116d4cf58..1340db12e 100644 --- a/files/assets/css/themes/classic.css +++ b/files/assets/css/themes/classic.css @@ -205,10 +205,14 @@ blockquote a { margin-top: 0.7rem; } -.sorting .dropdown.dropdown-actions, .sorting form { +.sorting > div > .dropdown.dropdown-actions, .sorting > div > form { border: 1px solid; } -.dropdown.dropdown-actions.mr-2 { +.sorting > div > .dropdown.dropdown-actions.mr-2 { margin-right: 0 !important; } + +.sorting > div > .dropdown.dropdown-actions:last-child { + margin-right: 1rem; +}