From d6efd21db63df0deb84c3d66b6da5177a40b6f71 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Tue, 1 Oct 2024 10:03:39 +0200 Subject: [PATCH] style: remove space between value and label --- src/components/common/VnInput.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index f389ca842..d93ad7465 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -140,12 +140,6 @@ const mixinRules = [ .q-field__control { height: unset; } -.q-field__control.relative-position.row.no-wrap - > .q-field__control-container - > input.q-field__native - ~ div.q-field__label { - height: 41px; -} .q-field--labeled { .q-field__native,