From cc77f9e9c0b0a0d7734353486c93b4ca1509bf36 Mon Sep 17 00:00:00 2001 From: MAZE Date: Mon, 29 Apr 2024 15:57:07 +0430 Subject: [PATCH] fix: make inputs full width --- src/components/modals/sleep-timer/sleep-timer.module.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/modals/sleep-timer/sleep-timer.module.css b/src/components/modals/sleep-timer/sleep-timer.module.css index 190eb4f..b0ab7e8 100644 --- a/src/components/modals/sleep-timer/sleep-timer.module.css +++ b/src/components/modals/sleep-timer/sleep-timer.module.css @@ -14,15 +14,13 @@ } .controls { - display: flex; - flex-flow: column wrap; - align-items: flex-start; margin-top: 8px; & .inputs { display: flex; column-gap: 12px; align-items: flex-end; + width: 100%; & .field { flex-grow: 1;