Skip to content

Commit

Permalink
chore: adjust css
Browse files Browse the repository at this point in the history
  • Loading branch information
bs32g1038 committed May 8, 2024
1 parent c0b1bb9 commit c5bcd3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ table.ProseMirror-selectednode {
.rich-text p {
margin: 10px 0;
font-weight: normal;
word-break: break-all;
&:first-child {
margin-top: 0;
}
Expand Down Expand Up @@ -235,7 +236,7 @@ table.ProseMirror-selectednode {
width: 100%;
height: auto;
display: block;
border-radius: 2px;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.05);
}

Expand Down

0 comments on commit c5bcd3a

Please sign in to comment.