summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-08-28 09:35:55 +0200
committerGitHub <noreply@github.com>2019-08-28 09:35:55 +0200
commit976625fd4a7d80a61907a0fc70bfcba69414cbde (patch)
treeb1e1672603d3c01d267f1402168f438b9323a0ca /core
parente99fa92456e49aa8a2024879473515c92260c8e8 (diff)
parent37151aca4a3c85e4a2e0ec408701d7bde052fb30 (diff)
downloadnextcloud-server-976625fd4a7d80a61907a0fc70bfcba69414cbde.tar.gz
nextcloud-server-976625fd4a7d80a61907a0fc70bfcba69414cbde.zip
Merge pull request #16872 from nextcloud/bugfix/noid/left-alignment-search-resuls
Fix left-alignment of other results on search
Diffstat (limited to 'core')
-rw-r--r--core/search/css/results.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/search/css/results.scss b/core/search/css/results.scss
index 0530d4ec851..996c8f26125 100644
--- a/core/search/css/results.scss
+++ b/core/search/css/results.scss
@@ -31,6 +31,7 @@
margin-top: -250px;
table {
border-spacing: 0;
+ padding-left: 41px;
table-layout: fixed;
top: 0;
width: 100%;