fix popovers in status content being cut off (this might break other things but we'll see)

this affected popovers like hovering over mentions without instance name
This commit is contained in:
tea 2023-12-04 18:50:59 +01:00
parent 500cacc10a
commit f172d27bf0

View file

@ -42,10 +42,6 @@
display: flex;
padding: var(--status-margin, $status-margin);
.content {
overflow: hidden;
}
> * {
min-width: 0;
}