Ensure only content gets clipped

This commit is contained in:
FloatingGhost 2022-12-07 11:01:58 +00:00
parent a8e119b0f1
commit abc75c360b
3 changed files with 24 additions and 18 deletions

View file

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