summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-10-02 16:15:05 +0200
committerRichard Steinmetz <richard@steinmetz.cloud>2022-10-02 16:15:05 +0200
commitf18fd06c54fa12c42a9c582503c053d6c2b46568 (patch)
tree926e6d02180f3b4412dac249255ad568cb7d0c90 /src
parentaa63ebe94eca61b21d657cf7128050dbc7b070f3 (diff)
Fix multiselect placeholder overlapping selected tag
Fix #2971 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'src')
-rw-r--r--src/components/Properties/PropertyGroups.vue3
-rw-r--r--src/components/Properties/PropertyMultipleText.vue3
-rw-r--r--src/components/Properties/PropertySelect.vue3
-rw-r--r--src/components/Properties/PropertyText.vue3
4 files changed, 0 insertions, 12 deletions
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;
}
</style>
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;
}
</style>
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;
}
</style>