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>
  • Loading branch information
st3iny authored and backportbot-nextcloud[bot] committed Nov 10, 2022
1 parent 6b5a8ee commit c59fcdc
Showing 1 changed file with 4 additions and 0 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;
}

0 comments on commit c59fcdc

Please sign in to comment.