mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-26 11:11:56 +00:00
- Numbered and bullet list margins have been made consistent
- Numbered lists margins were increase at some point to handle 3-digit
numbers, Normal bullet margins updated to match this.
- Consistent margin for sub-lists.
- System back-end markdown renderer (For pages) updated with a custom
list item renderer to apply class for to align with front-end renderer.
- This means that task list items will be consistent with the preview
and not render a number/bullet.
- Indentation styles for task list items fixed to be visually indented.
For #2854 and #2837
|
||
|---|---|---|
| .. | ||
| _animations.scss | ||
| _blocks.scss | ||
| _buttons.scss | ||
| _codemirror.scss | ||
| _colors.scss | ||
| _components.scss | ||
| _footer.scss | ||
| _forms.scss | ||
| _header.scss | ||
| _html.scss | ||
| _layout.scss | ||
| _lists.scss | ||
| _mixins.scss | ||
| _pages.scss | ||
| _reset.scss | ||
| _spacing.scss | ||
| _tables.scss | ||
| _text.scss | ||
| _tinymce.scss | ||
| _variables.scss | ||
| export-styles.scss | ||
| print-styles.scss | ||
| styles.scss | ||