From: Benjamin Auder Date: Thu, 20 Feb 2020 23:09:20 +0000 (+0100) Subject: Fix problems table height X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=9b35f4a99c414bff2e4fc28e7d4958392c706858 Fix problems table height --- 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%