From df08d74eebf8b594ecd8cbd4a070c03f4fe33a29 Mon Sep 17 00:00:00 2001 From: Safwan Samsudeen Date: Fri, 24 Jan 2025 11:30:56 +0530 Subject: [PATCH] fix: select issue --- src/styles/gantt.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/styles/gantt.css b/src/styles/gantt.css index 983aecc..d7d1ead 100644 --- a/src/styles/gantt.css +++ b/src/styles/gantt.css @@ -141,7 +141,6 @@ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; background-color: var(--g-actions-background); - text-align: -webkit-center; border-radius: 0.5rem; border: none; padding: 5px 8px; @@ -163,8 +162,12 @@ } & .side-header select { - padding-right: 1.25rem; - width: 50px; + width: 60px; + padding-top: 2px; + padding-bottom: 2px; + } + & .side-header select:focus { + outline: none; } & .date-range-highlight {