Tucker McKnight <tmcknight@instructure.com> | Sat Jul 25 2026
[WIP] add new commits list design to the commits page
243 244 245 246 247
}
}
/* Commit page */
.hunk {
box-sizing: border-box;243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260
}
}
/* Commits page */
.commit-date {
display: flex;
align-items: center;
align-self: start;
flex-wrap: wrap;
}
@include media-breakpoint-up(md) {
.commit-date {
width: min-content;
}
}
/* Commit page */
.hunk {
box-sizing: border-box;