Skip to content

Commit

Permalink
fix: table width in page renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm authored and TwoDCube committed Nov 1, 2024
1 parent bdc79bf commit 14f56f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
overflow-x: auto;
white-space: nowrap;
display: block;
width: clap(var(--content-page-width), 100%, var(--content-page-width-wide));
width: clap(var(--content-page-width), 100%, var(--content-page-width-wide)) !important;

tbody {
display: table;
Expand Down

0 comments on commit 14f56f8

Please sign in to comment.