summaryrefslogtreecommitdiff
path: root/src/chef/frontend/visitor/search.clj
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-06-21 12:42:03 +0200
committerTim <contact@bytim.eu>2025-06-21 12:42:03 +0200
commit09d21984a753649d47b977fa563bd5ebd37cc5ef (patch)
treef72e4373a9e26cc3bc99b50ac7ea7dd66bc333b9 /src/chef/frontend/visitor/search.clj
parenta18ef423d43c2d2b8f2b6b3a74ada48f1f4eaf5f (diff)
downloadchef-master.tar.xz
chef-master.zip
Make changes to visitor uiHEADmaster
Diffstat (limited to 'src/chef/frontend/visitor/search.clj')
-rw-r--r--src/chef/frontend/visitor/search.clj2
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"]]