1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Updated tasklist style and functionality for cross-browser use

- Updated styles to better align checkboxes within page content.
- Updated functionality to use a cross-compatible property on checkbox
  click within the editor.
This commit is contained in:
Dan Brown
2022-03-23 11:51:19 +00:00
parent c5aad29c72
commit 883e18f7c4
2 changed files with 7 additions and 1 deletions

View File

@@ -164,6 +164,11 @@ body.tox-fullscreen, body.markdown-fullscreen {
clear: both;
}
li > input[type="checkbox"] {
vertical-align: top;
margin-top: 0.3em;
}
p:empty {
min-height: 1.6em;
}