Merge pull request #16872 from nextcloud/bugfix/noid/left-alignment-search-resuls

Fix left-alignment of other results on search
This commit is contained in:
Roeland Jago Douma 2019-08-28 09:35:55 +02:00 committed by GitHub
commit 976625fd4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@
margin-top: -250px;
table {
border-spacing: 0;
padding-left: 41px;
table-layout: fixed;
top: 0;
width: 100%;