mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 05:45:53 +00:00
🐛 Fix library horizontal scroll
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user