From f2441a9f2b3a3001670fdecfc5ad484adb8968b4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 18 Dec 2020 23:26:43 +0100 Subject: [PATCH] Fix related tasks width when the task is opened in a modal --- src/styles/components/task.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index 1ae148e51..2ece6e716 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -245,10 +245,6 @@ color: $text; background-color: $light-background !important; - .task { - max-width: 500px; - } - @media screen and (max-width: 800px) { border-radius: 0; padding-top: 2rem;