This commit is contained in:
Melroy van den Berg 2026-06-30 07:03:06 -05:00 committed by GitHub
commit 22e1667ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -395,6 +395,7 @@ function setLink(event: MouseEvent) {
border-radius: $radius;
display: flex;
flex-wrap: wrap;
margin-block-end: 3px;
> * + * {
border-inline-start: 1px solid var(--grey-200);

View File

@ -915,6 +915,7 @@ watch(
&.tiptap__editor-is-edit-enabled {
min-block-size: 10rem;
border: 1px solid var(--grey-200);
.ProseMirror {
padding: .5rem;