Skip to content

Commit 57cbaf7

Browse files
committed
make popup fit exactly 5 items
1 parent 483bab0 commit 57cbaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3076,7 +3076,7 @@ tbody.commit-list {
30763076

30773077
.commit-status-list {
30783078
padding: 0 !important;
3079-
max-height: 231px;
3079+
max-height: 244px; /* fit exactly 5 items */
30803080
overflow-x: hidden;
30813081
transition: max-height .2s;
30823082
border-bottom: none !important;

0 commit comments

Comments
 (0)