summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMeIchthys <10717998+meichthys@users.noreply.github.com>2022-09-26 09:52:06 -0400
committerGitHub <noreply@github.com>2022-09-26 09:52:06 -0400
commit96cf3acbb123065802b6884a0da8ee66c3138566 (patch)
tree37bcd9c068c68be6f2555096c71e972b86fe9b90 /src
parent61e9d9fb10660d7147ce03ce43521d7229b36844 (diff)
Ensure padding for entity picker input text area
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;
}