mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix layer sidebar in focus mode for long names
This commit is contained in:
parent
d6f528acd2
commit
0aa8f7bfc6
1 changed files with 2 additions and 3 deletions
|
@ -91,6 +91,7 @@
|
||||||
@include buttonStyle;
|
@include buttonStyle;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto 1fr auto;
|
grid-template-columns: auto 1fr auto;
|
||||||
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
@ -108,10 +109,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.focus-name {
|
.focus-name {
|
||||||
|
@include textEllipsis;
|
||||||
@include bodySmallTypography;
|
@include bodySmallTypography;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
height: 100%;
|
|
||||||
padding-left: $s-4;
|
padding-left: $s-4;
|
||||||
color: var(--title-foreground-color);
|
color: var(--title-foreground-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue