Browse code

Fix item table styling

Joseph Weston authored on 06/12/2021 03:37:29
Showing 1 changed files
... ...
@@ -171,7 +171,7 @@
171 171
      :margin-bottom :1rem}
172 172
     [:td :th {:padding 0
173 173
               :padding-left :2ch}
174
-     (s/& s/first-child) {:padding-left 0}]
174
+      [(s/& s/first-child) {:padding-left 0}]]
175 175
     [:tr [(s/& (s/nth-child :2n+1)) {:background-color (colorscheme :light0-soft)}]])
176 176
 
177 177
 (defclass prompt-style []