mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
💄 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user