Ensure only content gets clipped
This commit is contained in:
parent
a8e119b0f1
commit
abc75c360b
3 changed files with 24 additions and 18 deletions
|
@ -42,6 +42,10 @@
|
|||
display: flex;
|
||||
padding: var(--status-margin, $status-margin);
|
||||
|
||||
.content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
> * {
|
||||
min-width: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue