less word wrapping

This commit is contained in:
2023-10-19 22:18:19 -07:00
parent 6863684d9e
commit da6167622f
3 changed files with 9 additions and 3 deletions

View File

@@ -322,7 +322,8 @@
:else
[["Shared" "Shared"]]))
:name name
:value value}))
:value value
:class "w-full"}))
(defn- account-typeahead*
[{:keys [name value client-id]}]
@@ -496,7 +497,7 @@
(com/data-grid {:headers [(com/data-grid-header {}
"Account")
(com/data-grid-header {:class "w-16"} "Location")
(com/data-grid-header {:class "w-32"} "Location")
(com/data-grid-header {:class "w-16"} "%")
(com/data-grid-header {:class "w-16"})]
:id "transaction-rule-account-table"}