summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
}