We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4996b72 commit 3719769Copy full SHA for 3719769
web_src/css/repo.css
@@ -3082,6 +3082,10 @@ tbody.commit-list {
3082
border-bottom: none !important;
3083
}
3084
3085
+.pr-commit-status[data-toggled="false"] .commit-status-list {
3086
+ max-height: 0; /* hide it for the slide transition */
3087
+}
3088
+
3089
.pr-commit-status[data-toggled="false"] {
3090
3091
@@ -3091,10 +3095,6 @@ tbody.commit-list {
3095
border-bottom-width: 0 !important;
3092
3096
3093
3097
3094
-.pr-commit-status[data-toggled="false"] .commit-status-list {
- max-height: 0;
-}
-
3098
.commit-status-item {
3099
padding: 14px 10px !important;
3100
display: flex;
0 commit comments