Skip to content

Commit

Permalink
fix #7546 by adding missing css class in lab
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Jun 20, 2018
1 parent 670a761 commit c086929
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/lab/src/theme/static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,7 @@
border-color: var(--jp-widgets-input-focus-border-color);
outline: none !important;
}

.hidden {
display: none !important;;
}

0 comments on commit c086929

Please sign in to comment.