1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added horizonal rule insert

This commit is contained in:
Dan Brown
2022-01-14 14:33:37 +00:00
parent 013943dcc5
commit 0dc64d22ef
6 changed files with 45 additions and 13 deletions

View File

@ -259,17 +259,9 @@ img.ProseMirror-separator {
/* Add space around the hr to make clicking it easier */
.ProseMirror-example-setup-style hr {
padding: 2px 10px;
border: none;
margin: 1em 0;
}
.ProseMirror-example-setup-style hr:after {
content: "";
display: block;
height: 1px;
background-color: silver;
line-height: 2px;
border-top: 3px solid #FFF;
border-bottom: 3px solid #FFF;
box-sizing: content-box;
}
.ProseMirror ul, .ProseMirror ol {