summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-10-02 16:29:48 +0200
committerGitHub <noreply@github.com>2022-10-02 16:29:48 +0200
commit4575f443fc49d597e5988e07851f4a0cbfab08cd (patch)
treee9462401896c55ef7e022e725dab0757bfc9e740 /src
parent312ba4f8705ac28b33a59f84dbbdf0e2c2db7adb (diff)
parentf18fd06c54fa12c42a9c582503c053d6c2b46568 (diff)
Merge pull request #3007 from nextcloud/fix/2971/yp-suffix
Fix multiselect placeholder overlapping selected tag
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>