Skip to content

Commit a03d597

Browse files
committed
fix
1 parent e75b654 commit a03d597

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

web_src/css/repo.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,8 +3075,12 @@ tbody.commit-list {
30753075
}
30763076

30773077
.commit-status-header {
3078-
border: none !important; /* reset the default ".ui.attached.header" styles, to use the outer border */
3079-
margin: 0 !important;
3078+
/* reset the default ".ui.attached.header" styles, to use the outer border */
3079+
border: none !important;
3080+
/* add a bottom border to make sure the there is always a divider between the header and list when the list is scrolling */
3081+
border-bottom: 1px solid var(--color-secondary) !important;
3082+
/* use negative margin to avoid the newly added border conflict with the list's top border */
3083+
margin: 0 0 -1px 0 !important;
30803084
}
30813085

30823086
.commit-status-list {

0 commit comments

Comments
 (0)