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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user