From aec59e86df5f5c75f79c3cf328a99c24b5b89fbe Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 3 Jul 2020 22:34:50 -0700 Subject: [PATCH] setup/res/template.css - Fix "Sample Data" alignment This rule appears to be targetted at "Components" section, but it actually affects the entire document Consequently, the "Localization" and "Sample Data" segments bleed together weirdly. --- setup/res/template.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/res/template.css b/setup/res/template.css index be3a83a3a3..240843a602 100644 --- a/setup/res/template.css +++ b/setup/res/template.css @@ -84,7 +84,7 @@ body { padding-bottom: 1.5em; } -.civicrm-setup-body label span { +.civicrm-setup-block-components label span { float: left; width: 120px; } -- 2.25.1