Skip to content

Commit

Permalink
Fix top margin in empty versions list
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
st3iny authored and nextcloud-command committed Nov 10, 2022
1 parent 6b5a8ee commit 3989b05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/files_versions/src/css/versions.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
float: right;
margin-right: -10px;
}

.versionsTabView .emptycontent {
margin-top: 50px !important;
}
Loading

0 comments on commit 3989b05

Please sign in to comment.