[WIP] add new commits list design to the commits page

d05ed8c8a1bf8060d004d349caf3d89c9b6851ef

Tucker McKnight <tmcknight@instructure.com> | Sat Jul 25 2026

[WIP] add new commits list design to the commits page
scss/design-board.scss:244
Before
243
244
245













246
247
  }
}

⁣
⁣
⁣
⁣
⁣
⁣
⁣
⁣
⁣
⁣
⁣
⁣
⁣
/* Commit page */
.hunk {
  box-sizing: border-box;
After
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;