File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
.jupyter-matplotlib-button {
14
14
width : calc (var (--jp-widgets-inline-width-tiny ) / 2 - 2px );
15
- overflow : hidden;
16
- padding : 0 ;
15
+ padding : 0 !important ;
17
16
}
18
17
19
18
/* Figure */
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export class ToolbarView extends widgets.DOMWidgetView {
46
46
} ) ;
47
47
48
48
const icon = document . createElement ( 'i' ) ;
49
- icon . classList = 'center fa fa-bars' ;
49
+ icon . classList = 'center fa fa-fw fa- bars' ;
50
50
this . toggle_button . appendChild ( icon ) ;
51
51
52
52
this . el . appendChild ( this . toggle_button ) ;
@@ -76,7 +76,7 @@ export class ToolbarView extends widgets.DOMWidgetView {
76
76
) ;
77
77
78
78
const icon = document . createElement ( 'i' ) ;
79
- icon . classList = 'center fa fa-' + image ;
79
+ icon . classList = 'center fa fa-fw fa- ' + image ;
80
80
button . appendChild ( icon ) ;
81
81
82
82
this . buttons [ method_name ] = button ;
You can’t perform that action at this time.
0 commit comments