mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 15:26:29 -05:00
🐛 Fix track info overflowing
This commit is contained in:
parent
b5a9e28d0a
commit
41d420234a
1 changed files with 8 additions and 0 deletions
|
@ -260,12 +260,20 @@
|
|||
flex-grow: 1;
|
||||
padding: $s-8;
|
||||
gap: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.track-name {
|
||||
color: var(--color-foreground-secondary);
|
||||
}
|
||||
|
||||
.track-detail {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.expand-icon {
|
||||
@extend .button-secondary;
|
||||
height: $s-52;
|
||||
|
|
Loading…
Add table
Reference in a new issue