From f18fd06c54fa12c42a9c582503c053d6c2b46568 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Sun, 2 Oct 2022 16:15:05 +0200 Subject: Fix multiselect placeholder overlapping selected tag Fix #2971 Signed-off-by: Richard Steinmetz --- src/components/Properties/PropertyGroups.vue | 3 --- src/components/Properties/PropertyMultipleText.vue | 3 --- src/components/Properties/PropertySelect.vue | 3 --- src/components/Properties/PropertyText.vue | 3 --- 4 files changed, 12 deletions(-) (limited to 'src') diff --git a/src/components/Properties/PropertyGroups.vue b/src/components/Properties/PropertyGroups.vue index 79aba7fe..85581d38 100644 --- a/src/components/Properties/PropertyGroups.vue +++ b/src/components/Properties/PropertyGroups.vue @@ -205,11 +205,8 @@ export default { width: 60px; min-width: 60px !important; max-width: 120px; - height: 34px; - margin: 3px 5px 3px 0 !important; user-select: none; text-align: right; background-size: 16px; - line-height: 35px; } diff --git a/src/components/Properties/PropertyMultipleText.vue b/src/components/Properties/PropertyMultipleText.vue index 18e1c34d..3a411bd1 100644 --- a/src/components/Properties/PropertyMultipleText.vue +++ b/src/components/Properties/PropertyMultipleText.vue @@ -139,12 +139,9 @@ export default { width: 60px; min-width: 60px !important; max-width: 120px; - height: 34px; - margin: 3px 5px 3px 0 !important; user-select: none; text-align: right; background-size: 16px; - line-height: 35px; } .property__label:not(.multiselect) { overflow: hidden; diff --git a/src/components/Properties/PropertySelect.vue b/src/components/Properties/PropertySelect.vue index f357f3ba..0ada5bf0 100644 --- a/src/components/Properties/PropertySelect.vue +++ b/src/components/Properties/PropertySelect.vue @@ -143,12 +143,9 @@ export default { width: 60px; min-width: 60px !important; max-width: 120px; - height: 34px; - margin: 3px 5px 3px 0 !important; user-select: none; text-align: right; background-size: 16px; - line-height: 35px; } diff --git a/src/components/Properties/PropertyText.vue b/src/components/Properties/PropertyText.vue index 064c1025..93159790 100644 --- a/src/components/Properties/PropertyText.vue +++ b/src/components/Properties/PropertyText.vue @@ -221,11 +221,8 @@ export default { width: 60px; min-width: 60px !important; max-width: 120px; - height: 34px; - margin: 3px 5px 3px 0 !important; user-select: none; text-align: right; background-size: 16px; - line-height: 35px; } -- cgit v1.2.3