From b1f061df96896f910b713a5c8cf2de6f8c6c8b00 Mon Sep 17 00:00:00 2001 From: Tina Hammar Date: Fri, 11 Mar 2022 16:18:50 +0100 Subject: [PATCH] fix #113 --- resources/css/tall-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/tall-theme.css b/resources/css/tall-theme.css index acf052e..77c3bf2 100644 --- a/resources/css/tall-theme.css +++ b/resources/css/tall-theme.css @@ -41,7 +41,7 @@ @apply focus:ring-gray-400 focus:border-gray-400 focus:shadow-md border-gray-300 rounded } .form-multiselect { - @apply form-select my-1 w-full shadow px-0 divide-y + @apply focus:ring-gray-400 focus:border-gray-400 focus:shadow-md border-gray-300 rounded my-1 w-full shadow px-0 divide-y } .form-checkbox { @apply focus:ring-blue-400 text-blue-500 border-gray-300 rounded