From f279e53bd032a9e3d8fc2ad029025b76e4284b57 Mon Sep 17 00:00:00 2001 From: kaipher7 Date: Thu, 2 Apr 2026 22:11:07 -0600 Subject: [PATCH] fixed button and fonts --- demo/src/main/resources/static/css/create-recipe.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/demo/src/main/resources/static/css/create-recipe.css b/demo/src/main/resources/static/css/create-recipe.css index 294b306..1e2e8cc 100644 --- a/demo/src/main/resources/static/css/create-recipe.css +++ b/demo/src/main/resources/static/css/create-recipe.css @@ -288,6 +288,12 @@ textarea { /* Tags */ +.tag-input-row { + display: flex; + flex-direction: row; + gap: 6px; +} + .tag-wrap { display: flex; flex-wrap: wrap;