summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2022-09-27 09:53:47 +0200
committerGitHub <noreply@github.com>2022-09-27 09:53:47 +0200
commit307840462a8d99c48c4c40a79481fb734cddeb30 (patch)
tree76a70b93232f9a3111f4e69f1cbbbfc982e42c33 /src/components
parent761a0164eb3d73a295d585589d09249683ee70b8 (diff)
parent96cf3acbb123065802b6884a0da8ee66c3138566 (diff)
Merge pull request #2981 from meichthys/patch-1
Ensure padding for entity picker input text area
Diffstat (limited to 'src/components')
-rw-r--r--src/components/EntityPicker/EntityPicker.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/EntityPicker/EntityPicker.vue b/src/components/EntityPicker/EntityPicker.vue
index 726e353e..0aca9722 100644
--- a/src/components/EntityPicker/EntityPicker.vue
+++ b/src/components/EntityPicker/EntityPicker.vue
@@ -415,7 +415,7 @@ $icon-margin: ($clickable-area - $icon-size) / 2;
width: 100%;
height: $clickable-area - $entity-spacing !important;
margin: $entity-spacing 0;
- padding-left: $clickable-area;
+ padding-left: $clickable-area !important;
font-size: 16px;
line-height: $clickable-area - $entity-spacing;
}