We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e241d commit 176c954Copy full SHA for 176c954
client/src/features/editor/Editor.style.ts
@@ -12,14 +12,6 @@ export const editorContainer = css({
12
},
13
});
14
15
-export const editorTitleContainer = css({
16
- display: "flex",
17
- gap: "4px",
18
- flexDirection: "column",
19
- width: "full",
20
- padding: "spacing.sm",
21
-});
22
-
23
export const editorTitle = css({
24
textStyle: "display-medium28",
25
outline: "none",
client/src/features/editor/components/block/Block.style.ts
@@ -4,7 +4,6 @@ const baseBlockStyle = {
4
display: "flex",
5
flexDirection: "row",
6
alignItems: "center",
7
- position: "relative",
8
width: "full",
9
minHeight: "16px",
10
backgroundColor: "transparent",
0 commit comments