refactor(style): input labels alignment
This commit is contained in:
parent
9dfb1bab00
commit
978d64c466
|
@ -28,7 +28,7 @@ form.ui.form {
|
||||||
label {
|
label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 8px;
|
align-self: baseline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue