From 57e886bd2073c0d6115fa5788ef4c0c6b26e3384 Mon Sep 17 00:00:00 2001 From: Kaustubh <94971261+kaustubh-jsr@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:47:59 +0530 Subject: [PATCH] fix: extension request form height issue (#585) * fix: extension request form height issue * fix: reverted unnecessary changes * style: fixed different sized buttons --- app/styles/tasks.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/styles/tasks.css b/app/styles/tasks.css index 7c23929a..cc09075f 100644 --- a/app/styles/tasks.css +++ b/app/styles/tasks.css @@ -442,7 +442,6 @@ position: absolute; left: 30%; right: 30%; - height: max-content; gap: 20px; display: flex; flex-direction: column; @@ -735,6 +734,8 @@ div.buttons { min-width: 100%; align-content: center; justify-content: center; + align-items: stretch; + gap: 10px; } .hidden { display: none;