From d533201fa092b4b6c1d87d7cb30f936a38bf97e3 Mon Sep 17 00:00:00 2001 From: Nikhil Nagdev Date: Sat, 7 Dec 2019 03:16:01 +0530 Subject: [PATCH] Text alignment issue on structure tab Signed-off-by: Nikhil Nagdev --- themes/bootstrap/scss/_common.scss | 4 ++++ themes/metro/scss/_common.scss | 4 ++++ themes/original/scss/_common.scss | 4 ++++ themes/pmahomme/scss/_common.scss | 4 ++++ 4 files changed, 16 insertions(+) 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; }