1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Unbreak for code in rest tables and remove unnecessary import (#30314)

This commit is contained in:
Grace Park
2022-08-29 10:12:00 -07:00
committed by GitHub
parent 4e7fa7fff1
commit 543b3eee9d
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'