Cell code fit and finish (#2972)

* add the look and feel for code cell

* formatting

* adding the active cell

* formatting
This commit is contained in:
Abbie Petchtes
2018-10-23 12:22:19 -07:00
committed by GitHub
parent d2eb1488fd
commit 972f857c71
9 changed files with 96 additions and 12 deletions

View File

@@ -4,7 +4,10 @@
*--------------------------------------------------------------------------------------------*/
code-cell-component {
height: 100%;
width: 100%;
display: block;
}
code-cell-component .notebook-output {
border-top-width: 1px;
border-top-style: solid;
}