mirror of
https://github.com/nextcloud/server.git
synced 2026-05-27 12:13:04 -04:00
Merge pull request #35073 from nextcloud/backport/35063/stable23
[stable23] Fix top margin in empty versions list
This commit is contained in:
commit
084dc48e8d
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
|
|
@ -64,3 +64,7 @@
|
|||
float: right;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.versionsTabView .emptycontent {
|
||||
margin-top: 50px !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue