💄 Setup : fix (v2) missing space on backup checkbox

Replaces   added in 7890cbd7 with CSS
As the other setup checkboxes seems to be OK (space might already be added, or we might have a line feed in the code between checkbox and label), we are only modifying the backup checkbox
This commit is contained in:
Pierre Goiffon
2021-09-07 17:56:33 +02:00
parent f474b3de06
commit 3b7cb9a554
3 changed files with 128 additions and 40 deletions

View File

@@ -391,6 +391,10 @@ body {
height: 100%;
.ibo-setup--wizard--content{
overflow: auto;
input#db_backup {
margin-right: 0.4rem;
}
}
.ibo-setup--wizard--buttons-container{
margin-top: auto;