mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
wrong css class for widget-int
This commit is contained in:
parent
10dcd71550
commit
0daa48b2c9
@ -290,7 +290,7 @@ define([
|
||||
* Called when view is rendered.
|
||||
*/
|
||||
this.$el
|
||||
.addClass('widget-hbox widget-text');
|
||||
.addClass('widget-hbox widget-numeric-text');
|
||||
this.$label = $('<div />')
|
||||
.appendTo(this.$el)
|
||||
.addClass('widget-label')
|
||||
|
Loading…
Reference in New Issue
Block a user