0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-16 17:01:33 -05:00

🐛 Fix spacing in Design tab / Text options

This commit is contained in:
Belén Albeza 2024-02-01 14:29:08 +01:00
parent f75da999dc
commit 0b3cff1a9f

View file

@ -247,14 +247,13 @@
.text-options {
@include flexColumn;
margin-bottom: $s-8;
&:not(.text-options-full-size) {
position: relative;
}
.font-option {
@include titleTipography;
@extend .asset-element;
padding-right: 0;
padding: $s-8 0 $s-8 $s-8;
cursor: pointer;
.name {
flex-grow: 1;
@ -292,6 +291,7 @@
padding: 0;
.numeric-input {
@extend .input-base;
padding-inline-start: $s-8;
}
}