fixing width problem.

This commit is contained in:
Bryce Covert
2018-08-16 22:32:46 -07:00
parent cb25850727
commit 5e507f4f8d

View File

@@ -554,7 +554,7 @@
(for [{:keys [id number name]} (:bank-accounts current-company)]
^{:key id} [:option {:value id} name])]]]]
[:table.table
[:table.table.is-fullwidth
[:thead
[:tr
[:th "Vendor"]