Skip to content

Commit 67224c7

Browse files
committed
improve editor styling
1 parent d563b5b commit 67224c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/components/UnicornEditor/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
.editor {
66
border: 1px solid #ddd;
77
cursor: text;
8-
padding: 10px;
8+
padding: 16px;
99
border-radius: 4px;
1010
margin-bottom: 10px;
11+
box-shadow: inset 0px 1px 8px -3px #ABABAB;
12+
background: #fefefe;
1113
}
1214

1315
.editor :global(.public-DraftEditor-content) {

0 commit comments

Comments
 (0)