diff --git a/app/scenes/Document/components/DocumentTitle.tsx b/app/scenes/Document/components/DocumentTitle.tsx index 75718ba1d..fa43b9ef1 100644 --- a/app/scenes/Document/components/DocumentTitle.tsx +++ b/app/scenes/Document/components/DocumentTitle.tsx @@ -8,7 +8,7 @@ import styled from "styled-components"; import breakpoint from "styled-components-breakpoint"; import isMarkdown from "@shared/editor/lib/isMarkdown"; import normalizePastedMarkdown from "@shared/editor/lib/markdown/normalize"; -import { s } from "@shared/styles"; +import { extraArea, s } from "@shared/styles"; import { light } from "@shared/styles/theme"; import { getCurrentDateAsString, @@ -256,7 +256,7 @@ const DocumentTitle = React.forwardRef(function _DocumentTitle( {can.update && !readOnly ? ( - ` position: relative; line-height: ${lineHeight};