Skip to content
Snippets Groups Projects
Commit 0f790dbc authored by Phil Hughes's avatar Phil Hughes
Browse files

Component now includes scoped styles

This means we no longer need the CSS, the Vue component will handle the
CSS & correctly scope it the components
parent 68f863bd
No related branches found
No related tags found
1 merge request!10017iPython notebook viewer
Pipeline #
Loading
@@ -7,7 +7,6 @@
Loading
@@ -7,7 +7,6 @@
*= require_self *= require_self
*= require dropzone/basic *= require dropzone/basic
*= require cropper.css *= require cropper.css
*= require notebooklab.css
*/ */
   
/* /*
Loading
Loading
This diff is collapsed.
.cell,
.input,
.output {
display: flex;
width: 100%;
margin-bottom: 10px;
}
.cell:not(.text-cell) {
flex-direction: column;
}
.prompt {
padding: 0 10px;
min-width: 7em;
font-family: monospace;
}
.cell pre {
margin: 0;
width: 100%;
}
.markdown .katex {
display: block;
text-align: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment