mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-02-08 03:09:39 +03:00
0.23.2 // Markdown: Table column width should be determined by longest cell in column, even with 'width: 100%' custom head content #788
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @derek-shnosh on GitHub (Aug 21, 2018).
Describe the bug
When configuring the table width to 100% in the Custom HTML head content, the table column width is not determined by the longest cell in the column; i.e. all columns are evently distributed across the width of the page.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Table column width should be determined by the longest cell in the column.
Sample Code
Expected Result
*Installed via Ninite, updater in
c:\tools\misc\ninite.exe\pictures\screenshots\\documents\scrtlogsTFTP dir:
\documents\tftpScreenshot from BookStack
Your Configuration (please complete the following information):
Additional context
@derek-shnosh commented on GitHub (Aug 21, 2018):
I found my solution using
table-layoutin Custom HTML head content in app settings.