From 99551217f96fa7577481bf9e168c101ddc784fd2 Mon Sep 17 00:00:00 2001 From: Hampus Hallkivst Date: Mon, 2 Nov 2020 19:59:26 +0100 Subject: [PATCH] Deadline height hotfix --- .../src/components/screens/Subject/components/Deadline.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/screens/Subject/components/Deadline.css b/client/src/components/screens/Subject/components/Deadline.css index d94e604..8e9a62c 100644 --- a/client/src/components/screens/Subject/components/Deadline.css +++ b/client/src/components/screens/Subject/components/Deadline.css @@ -9,10 +9,13 @@ margin: 0 1rem; margin-bottom: 1rem; width: 10rem; - height: 9rem; overflow-x: hidden; } +.deadlineWrapper > .deadlineContainer { + height: 9rem; +} + .countdownText { text-align: center; color: white;