ui: Adds bottom breathing space on the bottom of forms (#4433)
This commit is contained in:
parent
7903512b26
commit
03935bdf86
|
@ -53,6 +53,10 @@ main > * {
|
||||||
main p {
|
main p {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
main form,
|
||||||
|
main form + div .with-confirmation {
|
||||||
|
margin-bottom: 2em;
|
||||||
|
}
|
||||||
html body > svg {
|
html body > svg {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue