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 {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
main form,
|
||||
main form + div .with-confirmation {
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
html body > svg {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue