Doc/Demo: Fix/remove CSS reset.
This commit is contained in:
Родитель
2f956817e5
Коммит
bb70f382f6
|
@ -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'} />
|
||||
}
|
||||
}
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче