aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dashboard/app/static/style.css10
-rw-r--r--pkg/html/generated.go10
2 files changed, 20 insertions, 0 deletions
diff --git a/dashboard/app/static/style.css b/dashboard/app/static/style.css
index d35eb81a5..d627c70c5 100644
--- a/dashboard/app/static/style.css
+++ b/dashboard/app/static/style.css
@@ -269,6 +269,16 @@ aside {
height: 85vh;
}
+#crash_div {
+ align: left;
+ width: 90%;
+ height: 400px;
+ margin: 0 0;
+ overflow: scroll;
+ border: 1px solid #777;
+ padding: 0px;
+ background: transparent;
+}
.input-values {
margin-left: 7px;
diff --git a/pkg/html/generated.go b/pkg/html/generated.go
index 02c1a94b5..c5e6f31ad 100644
--- a/pkg/html/generated.go
+++ b/pkg/html/generated.go
@@ -273,6 +273,16 @@ aside {
height: 85vh;
}
+#crash_div {
+ align: left;
+ width: 90%;
+ height: 400px;
+ margin: 0 0;
+ overflow: scroll;
+ border: 1px solid #777;
+ padding: 0px;
+ background: transparent;
+}
.input-values {
margin-left: 7px;