1
0
mirror of synced 2026-01-09 15:02:41 -05:00

Merge pull request #20261 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-08-29 13:29:32 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -13,6 +13,6 @@
table-layout: fixed !important;
}
.codeBlock code {
.codeBlock code:not(td *) {
word-break: break-all;
}

View File

@@ -1,4 +1,3 @@
import React from 'react'
import { Heading, NavList } from '@primer/react'
import cx from 'classnames'