mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 07:29:08 -05:00
🐛 Fix library horizontal scroll
This commit is contained in:
parent
095e48e479
commit
ef2dfe5888
1 changed files with 3 additions and 5 deletions
|
@ -81,11 +81,6 @@
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-name {
|
|
||||||
@include bodyLargeTypography;
|
|
||||||
color: var(--library-name-foreground-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.item-publish,
|
.item-publish,
|
||||||
.item-unpublish {
|
.item-unpublish {
|
||||||
@extend .button-primary;
|
@extend .button-primary;
|
||||||
|
@ -216,8 +211,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-name {
|
.item-name {
|
||||||
|
@include bodyLargeTypography;
|
||||||
@include textEllipsis;
|
@include textEllipsis;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
max-width: $s-244;
|
||||||
|
color: var(--library-name-foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-update {
|
.item-update {
|
||||||
|
|
Loading…
Add table
Reference in a new issue