From 447584393bc9093b7728bf5297f6a3f1b4fad387 Mon Sep 17 00:00:00 2001 From: AntoninoP Date: Sat, 10 Aug 2024 10:54:48 +0200 Subject: [PATCH] fix style error for the input section --- src/pages/ServerDetails/ServerDetails.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ServerDetails/ServerDetails.module.scss b/src/pages/ServerDetails/ServerDetails.module.scss index 251c37c..467e4fb 100644 --- a/src/pages/ServerDetails/ServerDetails.module.scss +++ b/src/pages/ServerDetails/ServerDetails.module.scss @@ -37,7 +37,7 @@ .formGroup select { width: 100%; padding: 1.2rem; - height: 3.5rem; + height: 4rem; background-color: var(--input-bg-color); border: 1px solid var(--input-border-color); border-radius: 0.5rem;