diff --git a/portlet.scss b/portlet.scss index cc88436..1266d4b 100755 --- a/portlet.scss +++ b/portlet.scss @@ -9,6 +9,15 @@ padding: .7rem 1rem .7rem 1rem; font-weight: 300; display: flex; + + &> span { + display: inline-flex; + align-items: center; + + > a { + display: inherit; + } + } } .portlet-foot { diff --git a/styles.css b/styles.css index bb47b7d..bc0e294 100755 --- a/styles.css +++ b/styles.css @@ -3843,6 +3843,11 @@ span.tag { padding: .7rem 1rem .7rem 1rem; font-weight: 300; display: flex; } + .portlet .portlet-head > span { + display: inline-flex; + align-items: center; } + .portlet .portlet-head > span > a { + display: inherit; } .portlet .portlet-foot { background: #fff; border-top: 1px solid #ebedf2;