diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index ee059ae66b..26fb00197d 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -1947,6 +1947,10 @@ input#input_import_file { } } +#tablestructure tbody label { + margin: 0.3rem 0; +} + #structure-action-links a { margin-#{$right}: 1em; } diff --git a/themes/metro/scss/_common.scss b/themes/metro/scss/_common.scss index 810c7a2aba..9171b77011 100644 --- a/themes/metro/scss/_common.scss +++ b/themes/metro/scss/_common.scss @@ -1986,6 +1986,10 @@ input#input_import_file { } } +#tablestructure tbody label { + margin: 0.3rem 0; +} + #structure-action-links a { margin-#{$right}: 1em; } diff --git a/themes/original/scss/_common.scss b/themes/original/scss/_common.scss index 840edd6eaf..5aa9c2ec8b 100644 --- a/themes/original/scss/_common.scss +++ b/themes/original/scss/_common.scss @@ -1634,6 +1634,10 @@ input#input_import_file { } } +#tablestructure tbody label { + margin: 0.3rem 0; +} + #structure-action-links a { margin-#{$right}: 1em; } diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index ae948ce730..8174529fec 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -2013,6 +2013,10 @@ input#input_import_file { } } +#tablestructure tbody label { + margin: 0.3rem 0; +} + #structure-action-links a { margin-#{$right}: 1em; }