mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:58:28 +02: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;
|
flex-grow: 1;
|
||||||
padding: $s-8;
|
padding: $s-8;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.track-name {
|
.track-name {
|
||||||
color: var(--color-foreground-secondary);
|
color: var(--color-foreground-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.track-detail {
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.expand-icon {
|
.expand-icon {
|
||||||
@extend .button-secondary;
|
@extend .button-secondary;
|
||||||
height: $s-52;
|
height: $s-52;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue