fixing width problem.
This commit is contained in:
@@ -554,7 +554,7 @@
|
|||||||
(for [{:keys [id number name]} (:bank-accounts current-company)]
|
(for [{:keys [id number name]} (:bank-accounts current-company)]
|
||||||
^{:key id} [:option {:value id} name])]]]]
|
^{:key id} [:option {:value id} name])]]]]
|
||||||
|
|
||||||
[:table.table
|
[:table.table.is-fullwidth
|
||||||
[:thead
|
[:thead
|
||||||
[:tr
|
[:tr
|
||||||
[:th "Vendor"]
|
[:th "Vendor"]
|
||||||
|
|||||||
Reference in New Issue
Block a user