From 9c4fe2594af23d09b25fd5fd54c699bb58119837 Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Wed, 12 Aug 2020 20:56:57 -0500 Subject: [PATCH] fix: prevent checklist title being hidden when description editor is open --- frontend/src/shared/components/TaskDetails/Styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/shared/components/TaskDetails/Styles.ts b/frontend/src/shared/components/TaskDetails/Styles.ts index 3f69e50..58e94a2 100644 --- a/frontend/src/shared/components/TaskDetails/Styles.ts +++ b/frontend/src/shared/components/TaskDetails/Styles.ts @@ -118,7 +118,6 @@ export const TaskDetailsAddDetailsButton = styled.div` export const TaskDetailsEditorWrapper = styled.div` display: block; - float: left; padding-bottom: 9px; z-index: 50; width: 100%;