Merge pull request #35073 from nextcloud/backport/35063/stable23

[stable23] Fix top margin in empty versions list
This commit is contained in:
Simon L 2022-11-11 10:25:42 +01:00 committed by GitHub
commit 084dc48e8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

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

View file

@ -124,8 +124,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": "^14.0.0",
"npm": "^7.0.0"
},
"jest": {
"moduleFileExtensions": [