X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FProblems.vue;h=338eaaf2ff920b7cd2198c8ccb6ba49d3b19da43;hb=9b35f4a99c414bff2e4fc28e7d4958392c706858;hp=9a729335b9a98ff120412a499bc07daf342439ab;hpb=f37790f7fe26c7b3bf704781249945ef7e3199da;p=vchess.git 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%