fix: add missing rich-markdown-editor dependency

fixes #122
This commit is contained in:
Jordan Knott
2021-09-04 12:15:38 -05:00
parent 05799fce90
commit 2b4f94117c
5 changed files with 43 additions and 4 deletions

View File

@ -515,7 +515,6 @@ const TaskDetails: React.FC<TaskDetailsProps> = ({
defaultValue={task.description ?? ''}
readOnly={user === null || !editTaskDescription}
autoFocus
theme={dark}
onChange={(value) => {
setSaveTimeout(() => {
clearTimeout(saveTimeout);

View File

@ -150,7 +150,7 @@ export const ProfileIcon = styled.div<{
export const ProjectMeta = styled.div<{ nameOnly?: boolean }>`
display: flex;
${props => !props.nameOnly && 'padding-top: 9px;'}
margin-left: -14px;
margin-left: -6px;
align-items: center;
max-width: 100%;
min-height: 51px;