Skip to content

Commit 3719769

Browse files
committed
add comment and move rule
1 parent 4996b72 commit 3719769

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/css/repo.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3082,6 +3082,10 @@ tbody.commit-list {
30823082
border-bottom: none !important;
30833083
}
30843084

3085+
.pr-commit-status[data-toggled="false"] .commit-status-list {
3086+
max-height: 0; /* hide it for the slide transition */
3087+
}
3088+
30853089
.pr-commit-status[data-toggled="false"] {
30863090
border-bottom: none !important;
30873091
}
@@ -3091,10 +3095,6 @@ tbody.commit-list {
30913095
border-bottom-width: 0 !important;
30923096
}
30933097

3094-
.pr-commit-status[data-toggled="false"] .commit-status-list {
3095-
max-height: 0;
3096-
}
3097-
30983098
.commit-status-item {
30993099
padding: 14px 10px !important;
31003100
display: flex;

0 commit comments

Comments
 (0)