Browse Source

fixing the hidetripalpanel issue

Shawna 7 years ago
parent
commit
446cd1232c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_ds/theme/css/tripal_ds.css

+ 1 - 1
tripal_ds/theme/css/tripal_ds.css

@@ -15,7 +15,7 @@
 }
 
 .hideTripalPane {
-	display: none;
+	display: none!important;
 }
 .showTripalPane {
 	display: inherit;