Skip to content

Commit

Permalink
fix tables not widening in wide mode (logseq#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
clsnc authored and logseq-cldwalker committed Jan 17, 2023
1 parent d9096e8 commit efec227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/frontend/components/block.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2975,8 +2975,7 @@
:tbody
(mapv #(tr :td %) group)))
groups)]
[:div.table-wrapper {:style {:max-width (min 700
(gobj/get js/window "innerWidth"))}}
[:div.table-wrapper
(->elem
:table
{:class "table-auto"
Expand Down

0 comments on commit efec227

Please sign in to comment.