fix tables not widening in wide mode (#2398)

This commit is contained in:
Colson Cissel
2023-01-16 21:41:50 -05:00
committed by Gabriel Horner
parent d9096e8b82
commit efec2279a7

View File

@@ -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"