[PR #1913] [MERGED] Resolve issue #1911 (Additional margin/padding present in nested lists) #5917

Closed
opened 2026-02-05 10:20:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1913
Author: @homotechsual
Created: 2/20/2020
Status: Merged
Merged: 3/15/2020
Merged by: @ssddanbrown

Base: masterHead: patch-1


📝 Commits (1)

  • 65c4985 Resolve issue #1911 (Additional margin/padding present in nested lists)

📊 Changes

1 file changed (+7 additions, -0 deletions)

View changed files

📝 resources/sass/_text.scss (+7 -0)

📄 Description

Optionally we could consider removing the rule at line 274. This doesn't handle multiple layers of nested lists and would be better covered by the generic rule which checks for an ol or ul nested inside a li which is how MarkDown renders nested lists as HTML.

Issue Link: #1911


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1913 **Author:** [@homotechsual](https://github.com/homotechsual) **Created:** 2/20/2020 **Status:** ✅ Merged **Merged:** 3/15/2020 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`65c4985`](https://github.com/BookStackApp/BookStack/commit/65c49857103647a488683b0dfbb63320b9ed8d8d) Resolve issue #1911 (Additional margin/padding present in nested lists) ### 📊 Changes **1 file changed** (+7 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `resources/sass/_text.scss` (+7 -0) </details> ### 📄 Description Optionally we could consider removing the rule at line 274. This doesn't handle multiple layers of nested lists and would be better covered by the generic rule which checks for an `ol` or `ul` nested inside a `li` which is how MarkDown renders nested lists as HTML. **Issue Link:** #1911 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:20:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5917