From fdbca281779f04fb175f31b75a2524c15880d069 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 13 Feb 2020 11:14:19 -0700 Subject: [PATCH] Operator Panel: CSS height adjustment on extension blocks to address spacing issues. --- themes/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index bd5f7072cc..ff56334cbd 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -1838,7 +1838,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; table.op_ext { width: 100%; - height: 60px; + height: 70px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;