@media screen and (max-width: 767px) {
  .repository .diff-file-box .code-diff tbody tr td.lines-code,
  .repository .diff-file-box .code-diff tbody tr td.lines-escape,
  .repository .diff-file-box .code-diff tbody tr td.lines-type-marker,
  .repository .diff-file-box .code-diff tbody tr td.lines-code-old,
  .repository .diff-file-box .code-diff tbody tr td.lines-code-new,
  .repository .diff-file-box .code-diff tbody tr td.lines-escape-old,
  .repository .diff-file-box .code-diff tbody tr td.lines-escape-new,
  .repository .diff-file-box .code-diff tbody tr td.lines-type-marker-old,
  .repository .diff-file-box .code-diff tbody tr td.lines-type-marker-new {
    font-size: 6px !important;
    line-height: 10px !important;
    padding: 0 2px !important;
  }

  .repository .diff-file-box .code-diff .code-inner {
    font-size: 6px !important;
    line-height: 10px !important;
  }

  .repository .diff-file-box .code-diff table colgroup col:nth-child(1),
  .repository .diff-file-box .code-diff table colgroup col:nth-child(2) {
    width: 15px !important;
  }

  .repository .diff-file-box .file-body.file-code .lines-num,
  .repository .diff-file-box .code-diff .lines-num,
  .repository .diff-file-box .code-diff tbody tr td.lines-num,
  .repository .diff-file-box .code-diff tbody tr td.lines-num-old,
  .repository .diff-file-box .code-diff tbody tr td.lines-num-new {
    font-size: 6px !important;
    line-height: 10px !important;
    padding: 0 !important;
    min-width: 0 !important;
  }

  .lines-num span:after {
    padding: 0 2px !important;
    font-size: 6px !important;
    line-height: 10px !important;
  }

  .repository .diff-file-box .code-diff tbody tr [data-line-num]:before {
    padding: 0 2px !important;
    font-size: 6px !important;
    line-height: 10px !important;
  }

  .code-diff tr[data-line-type="tag"] td {
    padding: 0 !important;
    line-height: 10px !important;
    font-size: 6px !important;
  }

  .code-diff tr[data-line-type="tag"] td.blob-hunk {
    padding: 0 2px !important;
  }

  .code-diff tr[data-line-type="tag"] .code-expander-button {
    padding: 1px !important;
  }

  .code-diff tr[data-line-type="tag"] .code-expander-button svg {
    width: 8px !important;
    height: 8px !important;
  }
}
