From 34a284824ede8247e10517568f456a5e414aa11c Mon Sep 17 00:00:00 2001 From: reliberate Date: Thu, 7 Apr 2016 15:34:24 -0600 Subject: [PATCH] Operator Panel: Fix incorrect block height for active extensions (style issue). --- themes/default/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/template.php b/themes/default/template.php index 902fb344a9..99baecba4f 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -1103,7 +1103,7 @@ .op_caller_info { display: block; - margin-top: 7px; + margin-top: 4px; font-family: arial; font-size: 10px; }