From afca381d01ca0688dc1b16bf6cf5c969b820ed80 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 19 Oct 2023 21:52:59 +0000 Subject: [PATCH] fix search bar margin --- portlet.scss | 4 ++++ styles.css | 2 ++ 2 files changed, 6 insertions(+) diff --git a/portlet.scss b/portlet.scss index 1266d4b..944f0c4 100755 --- a/portlet.scss +++ b/portlet.scss @@ -18,6 +18,10 @@ display: inherit; } } + + form { + margin-left: 1rem; + } } .portlet-foot { diff --git a/styles.css b/styles.css index bc0e294..4831664 100755 --- a/styles.css +++ b/styles.css @@ -3848,6 +3848,8 @@ span.tag { align-items: center; } .portlet .portlet-head > span > a { display: inherit; } + .portlet .portlet-head form { + margin-left: 1rem; } .portlet .portlet-foot { background: #fff; border-top: 1px solid #ebedf2;