Table overlapping bookstack Content Container #4405

Closed
opened 2026-02-05 08:49:06 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @reddexx on GitHub (Jan 15, 2024).

Attempted Debugging

  • I have read the debugging page

Searched GitHub Issues

  • I have searched GitHub for the issue.

Describe the Scenario

Here a Example

image

Exact BookStack Version

v23.12

Log Content

No response

Hosting Environment

Docker

Originally created by @reddexx on GitHub (Jan 15, 2024). ### Attempted Debugging - [X] I have read the debugging page ### Searched GitHub Issues - [X] I have searched GitHub for the issue. ### Describe the Scenario Here a Example ![image](https://github.com/BookStackApp/BookStack/assets/6242840/f6b1fad9-758d-4a8f-b37b-7f887811fe7a) ### Exact BookStack Version v23.12 ### Log Content _No response_ ### Hosting Environment Docker
OVERLORD added the 🐕 Support label 2026-02-05 08:49:06 +03:00
Author
Owner

@reddexx commented on GitHub (Jan 15, 2024):

.page-content table {
hyphens: auto;
table-layout: auto;
max-width: 100%;
height: auto !important;
}

.page-content {
width: 100%;
max-width: 100%;
margin: 0 auto;
overflow-wrap: break-word;
}

fix this Problem

@reddexx commented on GitHub (Jan 15, 2024): .page-content table { hyphens: auto; table-layout: auto; max-width: 100%; height: auto !important; } .page-content { width: 100%; max-width: 100%; margin: 0 auto; overflow-wrap: break-word; } fix this Problem
Author
Owner

@ssddanbrown commented on GitHub (Jan 15, 2024):

Good to hear you found a solution. Since you did find a solution, and since there are various other issues open in regard to table sizing and overflow, I'll close this off.

@ssddanbrown commented on GitHub (Jan 15, 2024): Good to hear you found a solution. Since you did find a solution, and since there are various other issues open in regard to table sizing and overflow, I'll close this off.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#4405