setup/res/template.css - Twiddle column width
authorTim Otten <totten@civicrm.org>
Sat, 4 Jul 2020 04:03:19 +0000 (21:03 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 6 Jul 2020 08:56:13 +0000 (01:56 -0700)
The aim is to have 3 columns (each 1/3 of the screen width) and allow for
some padding in between.  Unfortunately, the current formulation is futzy.
In my browser, when viewing on Backdrop, the columns are just slightly too
wide (causing them to wrap prematurely).

There must be a better way to do this, but it's not my main issue right now.

Twiddling is better than status quo.

setup/res/template.css

index 4d05aba3f54370ea924a0ea77e7a3954a7d4677f..be3a83a3a3d0d464fd73e5e1b29c5d39b5ef2c1e 100644 (file)
@@ -156,7 +156,7 @@ body {
 
 .civicrm-setup-body .comp-box {
   height: 3.5em;
-  width: 31%;
+  width: 30%;
   display: inline-block;
   padding: 0.5em;
   padding-top: 15px;