From c44c3588b26bc569a5be767f3d5e91264af8cac2 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Thu, 29 Oct 2015 14:20:04 -0400 Subject: [PATCH] Fix button width issue --- ipywidgets/static/widgets/js/widget_button.js | 8 ++++---- ipywidgets/static/widgets/less/widgets.less | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ipywidgets/static/widgets/js/widget_button.js b/ipywidgets/static/widgets/js/widget_button.js index 4cdc18c460..c0c1168399 100644 --- a/ipywidgets/static/widgets/js/widget_button.js +++ b/ipywidgets/static/widgets/js/widget_button.js @@ -11,12 +11,12 @@ define([ ], function(widget, $){ var ButtonView = widget.DOMWidgetView.extend({ - render : function(){ + render: function() { /** * Called when view is rendered. */ this.setElement($("