mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix track info overflowing
This commit is contained in:
committed by
Andrey Antukh
parent
b5a9e28d0a
commit
41d420234a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user