Skip to content

Commit

Permalink
Fix css of panel cell #150
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Dec 6, 2018
1 parent 3c4c782 commit 24ff37e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sos_notebook/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1710,6 +1710,7 @@ define([
font-family: monospace;
}
.ui-icon { display: none !important; }
/* dont waste so much screen space... */
#panel-wrapper .panel-item{
Expand Down Expand Up @@ -1750,7 +1751,7 @@ define([
#panel-wrapper .console-cell .input_area {
border: none;
background: none;
/* background: none */;
}
#panel-wrapper .console-output-cell .input {
Expand Down Expand Up @@ -2108,9 +2109,8 @@ table.task_table {
.anchor-cell {
bottom: 5px;
margin-right: 5px;
flex: 0 1 auto;
flex: 1 0 auto;
margin-top: 2em !important;
margin-bottom: 10px !important;
}
.cm-sos-interpolated {
Expand Down

0 comments on commit 24ff37e

Please sign in to comment.