0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix library horizontal scroll

This commit is contained in:
AzazelN28 2024-03-21 12:58:38 +01:00 committed by Andrey Antukh
parent 095e48e479
commit ef2dfe5888

View file

@ -81,11 +81,6 @@
height: fit-content;
}
.item-name {
@include bodyLargeTypography;
color: var(--library-name-foreground-color);
}
.item-publish,
.item-unpublish {
@extend .button-primary;
@ -216,8 +211,11 @@
}
.item-name {
@include bodyLargeTypography;
@include textEllipsis;
margin: 0;
max-width: $s-244;
color: var(--library-name-foreground-color);
}
.item-update {