Skip to content

Commit 382c018

Browse files
committed
Fix the textarea border style
1 parent c1ff87d commit 382c018

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

django_prose_editor/static/django_prose_editor/editor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/editor.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,5 @@ label:empty:has(+ .prose-editor) {
358358
}
359359
.prose-editor-grow-wrap > textarea,
360360
.prose-editor-grow-wrap::after {
361-
border: 1px solid black;
362-
padding: 0.5rem;
363-
font: inherit;
364-
365361
grid-area: 1 / 1 / 2 / 2;
366362
}

0 commit comments

Comments
 (0)