mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
handle file change equal to zero (#2954)
This commit is contained in:
@@ -88,7 +88,9 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
.review-side-panel-body {
|
||||
padding: 1rem 2rem;
|
||||
padding: 1rem 2rem 3rem;
|
||||
overflow-y: scroll;
|
||||
height: 100%;
|
||||
}
|
||||
.review-side-panel-body .dirent-table-container {
|
||||
padding-left: 0;
|
||||
@@ -190,7 +192,8 @@
|
||||
.review-side-panel .tab-content {
|
||||
height: 100%;
|
||||
}
|
||||
.review-side-panel .tab-content .comments {
|
||||
.review-side-panel .tab-content .comments,
|
||||
.review-side-panel .tab-content .tab-pane {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user