Skip to content

Commit

Permalink
#6809 fix truncated labels on tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
piorek committed Feb 26, 2018
1 parent a70d73c commit 844b072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/notebook/src/tree/styles/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
min-width: 35px;
margin-left: -1px;
border: 1px solid transparent;
padding: 6px 15px 4px 15px;
padding: 4px 15px;
}

#beakerx-tree-widget .p-TabBar-tab:first-child {
Expand Down

0 comments on commit 844b072

Please sign in to comment.