aboutsummaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/GlobalSearch/SearchableList.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/components/GlobalSearch/SearchableList.vue b/core/src/components/GlobalSearch/SearchableList.vue
index 98c4c2675d4..43f7ace1b64 100644
--- a/core/src/components/GlobalSearch/SearchableList.vue
+++ b/core/src/components/GlobalSearch/SearchableList.vue
@@ -149,6 +149,9 @@ export default {
:deep(.button-vue) {
border-radius: var(--border-radius-large) !important;
+ span {
+ font-weight: initial;
+ }
}
}