Merge #15625 - Fix #15619 - Text alignment issue in structure table

Pull-request: #15625
Fixes: #15619

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-04-25 11:21:32 +02:00
commit 2122d97e35
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
4 changed files with 16 additions and 0 deletions

View File

@ -1947,6 +1947,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}

View File

@ -1986,6 +1986,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}

View File

@ -1634,6 +1634,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}

View File

@ -2013,6 +2013,10 @@ input#input_import_file {
}
}
#tablestructure tbody label {
margin: 0.3rem 0;
}
#structure-action-links a {
margin-#{$right}: 1em;
}