mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #7794 from SylvainCorlay/css_numeric_text
Minor styling fix for IntText and FloatText widgets
This commit is contained in:
commit
c65a28eb42
@ -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