Skip to content

Commit 3989b05

Browse files
st3inynextcloud-command
authored andcommitted
Fix top margin in empty versions list
Signed-off-by: Richard Steinmetz <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 6b5a8ee commit 3989b05

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

apps/files_versions/src/css/versions.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,7 @@
6464
float: right;
6565
margin-right: -10px;
6666
}
67+
68+
.versionsTabView .emptycontent {
69+
margin-top: 50px !important;
70+
}

0 commit comments

Comments
 (0)