0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

🐛 Fix layer sidebar in focus mode for long names

This commit is contained in:
Belén Albeza 2024-08-09 12:54:42 +02:00
parent d6f528acd2
commit 0aa8f7bfc6

View file

@ -91,6 +91,7 @@
@include buttonStyle;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
width: 100%;
padding: 0;
}
@ -108,10 +109,8 @@
}
.focus-name {
@include textEllipsis;
@include bodySmallTypography;
display: flex;
align-items: center;
height: 100%;
padding-left: $s-4;
color: var(--title-foreground-color);
}