From 65fa09af5f4ff1d1feccfd26059b34567957dbbe Mon Sep 17 00:00:00 2001 From: Caio Carvalho <21188280+ccrvlh@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:31:26 -0300 Subject: [PATCH] fix: button styles --- src/components/input/WebsiteChartSettings.module.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/input/WebsiteChartSettings.module.css b/src/components/input/WebsiteChartSettings.module.css index 9c1fdbd8d..a5683551b 100644 --- a/src/components/input/WebsiteChartSettings.module.css +++ b/src/components/input/WebsiteChartSettings.module.css @@ -1,11 +1,17 @@ .container { display: flex; - align-items: center; - gap: 10px; + flex-direction: column; + justify-content: space-between; + gap: 20px; + min-height: 100px; } .buttons { display: flex; + align-items: center; + justify-content: center; + gap: 10px; + margin-top: 20px; } .buttons button:first-child {