From: Tim Otten Date: Sat, 4 Jul 2020 05:34:50 +0000 (-0700) Subject: setup/res/template.css - Fix "Sample Data" alignment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aec59e86df5f5c75f79c3cf328a99c24b5b89fbe;p=civicrm-core.git 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. --- 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; }