mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 05:16:23 +00:00
🐛 Fix layer sidebar in focus mode for long names
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user