mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
Merge pull request #4973 from penpot/ladybenko-8255-focus-mode
🐛 Fix layer sidebar in focus mode for long names
This commit is contained in:
commit
215f6fc0ab
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue