From d4c389950ebd40bf175aadb14a9dcf516b57b0e5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 27 May 2023 03:06:46 +0000 Subject: [PATCH] rector fixes + bug fixes --- portlet.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portlet.scss b/portlet.scss index 3a05816..014af6f 100755 --- a/portlet.scss +++ b/portlet.scss @@ -18,6 +18,9 @@ border-bottom: 1px solid #ebedf2; padding: .7rem 1rem .7rem 1rem; font-weight: 300; + display: flex; + flex: 0 1 auto; + flex-direction: row; } .portlet-foot {