fix: prevent checklist title being hidden when description editor is open

This commit is contained in:
Jordan Knott 2020-08-12 20:56:57 -05:00
parent b3b4c01907
commit 9c4fe2594a

View File

@ -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%;