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

@@ -3135,6 +3135,11 @@ input:checked + .toggle-bg {
color: rgb(250 202 21 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-red-500) {
--tw-text-opacity: 1;
color: rgb(255 3 3 / var(--tw-text-opacity));
}
:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(156 163 175 / var(--tw-placeholder-opacity));

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

View File

@@ -113,7 +113,7 @@ c.clearChoices();
(if-let [errors (:errors (cond-> (meta source)
key (get key)))]
[:div.text-red-500 (str/join ", " errors)]
[:div (hiccup/raw " ")]))
[:p.mt-2.text-xs.text-red-600.dark:text-red-500]))
(defn field- [params & rest]
[:div {:id (:id params)}