From 7ad0803b3c977a0e2c245846fb5d8732a663219d Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Wed, 13 Nov 2024 00:20:50 +0000 Subject: [PATCH] remove width: 100% on custom select --- apps/home/static/home/scss/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/home/static/home/scss/index.scss b/apps/home/static/home/scss/index.scss index e91f184..5a72877 100644 --- a/apps/home/static/home/scss/index.scss +++ b/apps/home/static/home/scss/index.scss @@ -57,7 +57,6 @@ position: relative; display: block; appearance: none; - width: 100%; font-size: 1rem; line-height: 1.5; font-weight: 400;