/***BEGIN CommitsTable.css***/
.repos-commits-table .bolt-link {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.repos-commits-table.with-graph {
  padding-bottom: 8px; }

.repos-commits-table .graph-row {
  overflow: visible;
  cursor: default; }

.repos-commits-table-pills {
  max-width: 50%; }

.repos-commits-table-prs .bolt-table-link {
  font-weight: normal; }

.repos-graph {
  padding: 0; }

.repos-commits-table-content {
  padding: 7px 12px; }
/***END CommitsTable.css***/

