summaryrefslogtreecommitdiffstats
path: root/src/components/Properties/PropertyText.vue
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/components/Properties/PropertyText.vue
parentaa63ebe94eca61b21d657cf7128050dbc7b070f3 (diff)
Fix multiselect placeholder overlapping selected tag
Fix #2971 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'src/components/Properties/PropertyText.vue')
-rw-r--r--src/components/Properties/PropertyText.vue3
1 files changed, 0 insertions, 3 deletions
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>