diff --git a/src/components/History/RunCard.vue b/src/components/History/RunCard.vue index 9b3100c..ea4490b 100644 --- a/src/components/History/RunCard.vue +++ b/src/components/History/RunCard.vue @@ -128,7 +128,8 @@ watch( display: grid; height: 100%; grid-template-columns: minmax(100px, 1fr); - grid-template-rows: min-content max-content minmax(min-content, 1fr); + /* grid-template-rows: min-content max-content minmax(min-content, 1fr) min-content; */ + grid-template-rows: min-content max-content min-content min-content; grid-template-areas: "head" "exception" "script" "stdout"; }