From b0dd2903dbe9b4bb625ad501801d887c345b40b7 Mon Sep 17 00:00:00 2001 From: "Vlad Lo." Date: Thu, 26 Sep 2024 22:53:19 +0300 Subject: [PATCH] fix linting errors --- src/components/ParserOpenRPC/ProjectsBox/styles.module.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/ParserOpenRPC/ProjectsBox/styles.module.css b/src/components/ParserOpenRPC/ProjectsBox/styles.module.css index 2c916d6573..52bb2d0b2c 100644 --- a/src/components/ParserOpenRPC/ProjectsBox/styles.module.css +++ b/src/components/ParserOpenRPC/ProjectsBox/styles.module.css @@ -24,11 +24,7 @@ padding: 0 0 8px 0; .selectDropdown { border: 1px solid #848C96 !important; border-radius: 8px !important; - padding: 12px 16px 12px 16px !important; font-size: 16px !important; -} - -.selectDropdown { padding: 4px 0 !important; }