mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 05:04:24 +00:00
fix tables not widening in wide mode (#2398)
This commit is contained in:
committed by
Gabriel Horner
parent
d9096e8b82
commit
efec2279a7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user