diff options
author | Tim <contact@bytim.eu> | 2025-06-21 12:42:03 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-06-21 12:42:03 +0200 |
commit | 09d21984a753649d47b977fa563bd5ebd37cc5ef (patch) | |
tree | f72e4373a9e26cc3bc99b50ac7ea7dd66bc333b9 /src/chef/frontend/visitor/search.clj | |
parent | a18ef423d43c2d2b8f2b6b3a74ada48f1f4eaf5f (diff) | |
download | chef-master.tar.xz chef-master.zip |
Diffstat (limited to 'src/chef/frontend/visitor/search.clj')
-rw-r--r-- | src/chef/frontend/visitor/search.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chef/frontend/visitor/search.clj b/src/chef/frontend/visitor/search.clj index 7a2db93..3afa029 100644 --- a/src/chef/frontend/visitor/search.clj +++ b/src/chef/frontend/visitor/search.clj @@ -8,7 +8,7 @@ [chef.logic.recipes :as clrecipes])) (defn render [query category] - [:table + [:table {:style {:margin "1em"}} [:tr [:th "Rezept"] [:th "Kategorie"]] |