setup/res/template.css - Fix "Sample Data" alignment
authorTim Otten <totten@civicrm.org>
Sat, 4 Jul 2020 05:34:50 +0000 (22:34 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 6 Jul 2020 08:56:13 +0000 (01:56 -0700)
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

index be3a83a3a3d0d464fd73e5e1b29c5d39b5ef2c1e..240843a602521773cd97f0d2c211f216813e8add 100644 (file)
@@ -84,7 +84,7 @@ body {
   padding-bottom: 1.5em;
 }
 
-.civicrm-setup-body label span {
+.civicrm-setup-block-components label span {
   float: left;
   width: 120px;
 }