[PR #2735] [MERGED] Fix table width styling on pages rendered in markdown #6056

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

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/2735
Author: @dopyrory3
Created: 5/6/2021
Status: Merged
Merged: 5/15/2021
Merged by: @ssddanbrown

Base: v21.04.xHead: table_column_fix


📝 Commits (3)

  • b010d26 Fix table width style
  • 243c1db Revert "Fix table width style"
  • 386925a Apply column fix to all tables

📊 Changes

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

View changed files

📝 resources/sass/_tables.scss (+1 -0)

📄 Description

PR to resolve #2732
Tables generated by the markdown renderer don't honour the max-width property without applying word-break styling to the td elements.
This has shown to fix the table overflow tested in Chrome, Edge, Opera, and Firefox


🔄 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/2735 **Author:** [@dopyrory3](https://github.com/dopyrory3) **Created:** 5/6/2021 **Status:** ✅ Merged **Merged:** 5/15/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `v21.04.x` ← **Head:** `table_column_fix` --- ### 📝 Commits (3) - [`b010d26`](https://github.com/BookStackApp/BookStack/commit/b010d2663d9bb812789e751ab2e59b155835db5a) Fix table width style - [`243c1db`](https://github.com/BookStackApp/BookStack/commit/243c1db4081b0d63c40b3afd1f2d03df1d33195f) Revert "Fix table width style" - [`386925a`](https://github.com/BookStackApp/BookStack/commit/386925ad8e8ac23dfca07084d7da0139dfcf78a6) Apply column fix to all tables ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `resources/sass/_tables.scss` (+1 -0) </details> ### 📄 Description PR to resolve #2732 Tables generated by the markdown renderer don't honour the max-width property without applying word-break styling to the td elements. This has shown to fix the table overflow tested in Chrome, Edge, Opera, and Firefox --- <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:23:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6056