Quellcode durchsuchen

HUE-1517 [hbase] Edit Modals are a bit thin

Kevin Wang vor 12 Jahren
Ursprung
Commit
ea7d2d77ad
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      apps/hbase/static/css/hbase.css

+ 3 - 1
apps/hbase/static/css/hbase.css

@@ -511,8 +511,10 @@ ul#hbase-breadcrumbs li a {
 }
 
 #cell_edit_modal {
-	margin-left: 0px;
+	margin-left: -40% !important;
 	max-height:100%;
+	width: 80%;
+	left: 50%;
 	top: 10%;
 	margin-top:0px;
 	overflow: visible;