mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:28:26 +02:00
🐛 Fix broken layout in some form fields
This commit is contained in:
parent
7b44f34b32
commit
5791a98c1c
4 changed files with 9 additions and 7 deletions
|
@ -31,6 +31,10 @@ textarea {
|
|||
// flex-basis: 368px;
|
||||
}
|
||||
|
||||
.field {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: $fs36;
|
||||
color: #2C233E;
|
||||
|
@ -79,12 +83,9 @@ textarea {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.custom-input {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: 20px;
|
||||
|
||||
label {
|
||||
font-size: $fs10;
|
||||
|
@ -179,7 +180,6 @@ textarea {
|
|||
.custom-select {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-bottom: $big;
|
||||
position: relative;
|
||||
|
||||
label {
|
||||
|
|
|
@ -562,6 +562,8 @@
|
|||
|
||||
.orientation-icon {
|
||||
margin-left: $small;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
svg {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue