0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🐛 Fix project name in sidebar

This commit is contained in:
Eva Marco 2024-03-11 16:03:40 +01:00
parent 4ffaf6f996
commit 358176c927

View file

@ -239,6 +239,7 @@
.element-title {
@include textEllipsis;
width: $s-256;
color: var(--sidebar-element-foreground-color);
font-size: $fs-14;
}