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;