Skip to content

Commit

Permalink
Fix hr spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen-murali-ind committed Nov 12, 2024
1 parent f55482c commit 9269e67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/styles/editor/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
}
}

hr {
margin: 8px 0;
}

.ProseMirror-selectednode {
outline: 3px solid rgb(var(--neeto-ui-pastel-blue));
}
Expand Down
4 changes: 4 additions & 0 deletions src/styles/editor/editor-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
word-break: break-word;
tab-size: 2;

hr {
margin: 0.5rem 0;
}

.table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
Expand Down

0 comments on commit 9269e67

Please sign in to comment.