Doc/Demo: Fix/remove CSS reset.

This commit is contained in:
Jeff King 2020-03-12 20:23:39 -07:00
Родитель 2f956817e5
Коммит bb70f382f6
3 изменённых файлов: 10 добавлений и 15 удалений

Просмотреть файл

@ -26,17 +26,6 @@ body {
&:hover { background: hsla(0, 0, 0, 0.2); }
}
h1, h2, h3, h4, h5, h6, p { // https://css-tricks.com/snippets/css/meyer-reset/
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
pre { margin: 0 }
// Matching GitHub style.

Просмотреть файл

@ -63,3 +63,9 @@ const readAsText = file => new Promise<string>((resolve, reject) => {
</>
}
}
@observer export class Discuss extends React.Component {
render() {
return <Viewer logs={[demoLog]} pipelineId={'anyId'} />
}
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны