From 9b35f4a99c414bff2e4fc28e7d4958392c706858 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 21 Feb 2020 00:09:20 +0100 Subject: [PATCH] Fix problems table height --- client/src/views/Problems.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/views/Problems.vue b/client/src/views/Problems.vue index 9a729335..338eaaf2 100644 --- a/client/src/views/Problems.vue +++ b/client/src/views/Problems.vue @@ -86,7 +86,7 @@ main :value="v.id" ) | {{ v.name }} - table + table#tProblems tr th {{ st.tr["Variant"] }} th {{ st.tr["Instructions"] }} @@ -359,6 +359,9 @@ textarea margin: 0 auto max-width: 400px +table#tProblems + max-height: 100% + #controls margin: 0 width: 100% -- 2.44.0