From 9df3234c462d3a410f5c3df95d2d31ad3384b7de Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Mon, 1 Aug 2022 00:18:22 +0200 Subject: [PATCH] fix: Fix label style --- client/src/components/Label/Label.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/Label/Label.module.scss b/client/src/components/Label/Label.module.scss index bceb59c4..364c2c7e 100644 --- a/client/src/components/Label/Label.module.scss +++ b/client/src/components/Label/Label.module.scss @@ -13,7 +13,6 @@ border-radius: 3px; box-sizing: border-box; color: #fff; - display: inline-block; font-weight: 400; outline: none; overflow: hidden;