mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fix spacing in Design tab / Text options
This commit is contained in:
parent
f75da999dc
commit
0b3cff1a9f
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user