fix alignment

This commit is contained in:
Dennis Eichhorn 2023-10-19 21:51:07 +00:00
parent 7dd2a3ab38
commit 5beb4b757c
2 changed files with 14 additions and 0 deletions

View File

@ -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 {

View File

@ -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;