diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/views/UnifiedSearch.vue | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/views/UnifiedSearch.vue b/core/src/views/UnifiedSearch.vue index 10aa41a2ef1..07bc1ef70d8 100644 --- a/core/src/views/UnifiedSearch.vue +++ b/core/src/views/UnifiedSearch.vue @@ -741,6 +741,11 @@ $input-padding: 6px; .empty-content { margin: 10vh 0; + + ::v-deep .empty-content__title { + padding: 0 15px; + text-align: center; + } } } |