From b1b70b9262199006da8f2e3cdd377777073ab58e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2020 16:05:29 +0100 Subject: [PATCH] style(exam-correct): minor examResult style changes --- .../src/utils/exam-correct/exam-correct.sass | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/frontend/src/utils/exam-correct/exam-correct.sass b/frontend/src/utils/exam-correct/exam-correct.sass index 6b96b4fe9..3e20d67d9 100644 --- a/frontend/src/utils/exam-correct/exam-correct.sass +++ b/frontend/src/utils/exam-correct/exam-correct.sass @@ -16,6 +16,23 @@ table[uw-exam-correct] width: 70px padding: 4px 8px + td#uw-exam-correct__result + width: min-content + select + width: max-content + min-width: max-content + option + width: max-content + min-width: max-content + td#uw-exam-correct__result__grade + width: min-content + select + width: max-content + min-width: max-content + option + width: max-content + min-width: max-content + [uw-exam-correct] input:invalid:not(.no-value) border: 2px solid var(--color-error)