From 43b7ac4fb2e52e76e81b505fd4fcfbf2e939f6e2 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 3 Jul 2020 21:03:19 -0700 Subject: [PATCH] setup/res/template.css - Twiddle column width 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/res/template.css b/setup/res/template.css index 4d05aba3f5..be3a83a3a3 100644 --- a/setup/res/template.css +++ b/setup/res/template.css @@ -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; -- 2.25.1