From 4cbd7ac14588e954510340186c6797b19caca593 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 18 Jun 2023 14:52:12 +0200 Subject: fix(sonar): took down minor sonar warning --- src/ui/c-input-text/c-input-text.vue | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ui/c-input-text/c-input-text.vue') diff --git a/src/ui/c-input-text/c-input-text.vue b/src/ui/c-input-text/c-input-text.vue index 99afd27..513834d 100644 --- a/src/ui/c-input-text/c-input-text.vue +++ b/src/ui/c-input-text/c-input-text.vue @@ -199,7 +199,6 @@ const htmlInputType = computed(() => { } & > .label { - flex-shrink: 0; margin-bottom: 5px; flex: 0 0 v-bind('labelWidth'); text-align: v-bind('labelAlign'); @@ -254,7 +253,6 @@ const htmlInputType = computed(() => { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; - background-color: transparent; border: none; color: v-bind('appTheme.text.baseColor'); -- cgit v1.2.3