Skip to content

Commit 0c25143

Browse files
committed
fix(LinkBubble): Fix preview border overflowing link bubble
Signed-off-by: Jonas <jonas@freesources.org>
1 parent 9a2756a commit 0c25143

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/css/prosemirror.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,5 +397,6 @@ div.ProseMirror {
397397
}
398398

399399
.tippy-content div {
400+
box-sizing: border-box;
400401
visibility: visible !important;
401402
}

0 commit comments

Comments
 (0)