Fix layout for inbox entries as well

This commit is contained in:
Andreas Nedbal 2023-01-12 23:21:08 +01:00
parent f0b9a00923
commit 0d41da54b8
1 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,8 @@
&:hover .format-help { &:hover .format-help {
opacity: 1; opacity: 1;
} }
.card-header {
position: relative;
}
} }