Merge pull request #35065 from nextcloud/backport/35063/stable24

[stable24] Fix top margin in empty versions list
This commit is contained in:
Pytal 2022-11-10 09:13:19 -08:00 committed by GitHub
commit 97f2518b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -64,3 +64,7 @@
float: right;
margin-right: -10px;
}
.versionsTabView .emptycontent {
margin-top: 50px !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long