From 2b76f4ad5d7fb16f330d24d5a182e5bca5caeed7 Mon Sep 17 00:00:00 2001 From: burnettk Date: Mon, 8 May 2023 16:24:52 -0400 Subject: [PATCH] avoid percentage widths, which appear to not do what we want in safari w/ jasquat --- spiffworkflow-frontend/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spiffworkflow-frontend/src/index.css b/spiffworkflow-frontend/src/index.css index 7f815787..9595fa7d 100644 --- a/spiffworkflow-frontend/src/index.css +++ b/spiffworkflow-frontend/src/index.css @@ -129,8 +129,8 @@ code { } .app-logo { - height: 85%; - width: 85%; + height: 37px; + width: 152px; margin-top: 1em; margin-bottom: 1em; }