Pull-request: #15625 Fixes: #15619 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
2122d97e35
@ -1947,6 +1947,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
@ -1986,6 +1986,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
@ -1634,6 +1634,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
@ -2013,6 +2013,10 @@ input#input_import_file {
|
||||
}
|
||||
}
|
||||
|
||||
#tablestructure tbody label {
|
||||
margin: 0.3rem 0;
|
||||
}
|
||||
|
||||
#structure-action-links a {
|
||||
margin-#{$right}: 1em;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user