mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 03:06:14 -04:00
Better spacing between form elements
+ Revert better alignement for checkboxes & radios (#07d19a8
)
This commit is contained in:
parent
07d19a8673
commit
6f260e9b74
11 changed files with 28 additions and 28 deletions
|
@ -851,7 +851,7 @@ fieldset {
|
|||
label,
|
||||
fieldset legend {
|
||||
display: block;
|
||||
margin-bottom: 0.125rem;
|
||||
margin-bottom: 0.25rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
@ -970,7 +970,7 @@ textarea + small {
|
|||
label > input,
|
||||
label > select,
|
||||
label > textarea {
|
||||
margin-top: 0.125rem;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue