Add a small light border around the text editor
This commit is contained in:
parent
812fa11b9b
commit
333be1996d
|
|
@ -894,6 +894,7 @@ watch(
|
|||
|
||||
&.tiptap__editor-is-edit-enabled {
|
||||
min-block-size: 10rem;
|
||||
border: 1px solid var(--grey-200);
|
||||
|
||||
.ProseMirror {
|
||||
padding: .5rem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue