Browse Source

Operator Panel: CSS height adjustment on extension blocks to address spacing issues.

Nate 5 years ago
parent
commit
9246b0356e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/default/css.php

+ 1 - 1
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;