diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-08-26 16:17:35 +0200 |
---|---|---|
committer | Greta Doci <gretadoci@gmail.com> | 2019-08-26 16:17:35 +0200 |
commit | 37151aca4a3c85e4a2e0ec408701d7bde052fb30 (patch) | |
tree | 9253002afb19de20b19918b64208f5adc49464a5 | |
parent | 650e4f9f4c44cf55c28d0e6f7be988056cc6897c (diff) | |
download | nextcloud-server-37151aca4a3c85e4a2e0ec408701d7bde052fb30.tar.gz nextcloud-server-37151aca4a3c85e4a2e0ec408701d7bde052fb30.zip |
Fix left-alignment of other results on search
Signed-off-by: Greta Doci <gretadoci@gmail.com>
-rw-r--r-- | core/search/css/results.scss | 1 |
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%; |