From 8e4996651e8f127ed23c9e1a7acc3149f6b0d255 Mon Sep 17 00:00:00 2001 From: David Katrinka Date: Sun, 6 Jul 2025 14:39:06 +0200 Subject: [PATCH] TIST-50: fixed adaptive for submit recipe page --- assets/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index b1c6225..ca83730 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1367,7 +1367,10 @@ label { width: 100%; } - + textarea{ + width: 100%; + max-width: 100%; + }