Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-01-08 18:28:59 +0300
committerJoas Schilling <coding@schilljs.com>2020-01-08 18:28:59 +0300
commitd59a06c57950245c5c24a0a4538316aed248e3af (patch)
tree63eda3e6cb701550224e6f11fae20c4c1bb573b2 /src
parenta951a4f5a9f4746abc996b901f7164bf322f5004 (diff)
Fix padding of "No results"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/Hint.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Hint.vue b/src/components/Hint.vue
index b543c64ae..84e1fcbae 100644
--- a/src/components/Hint.vue
+++ b/src/components/Hint.vue
@@ -47,5 +47,6 @@ export default {
box-shadow: none !important;
user-select: none;
pointer-events: none;
+ padding-left: 10px;
}
</style>