Skip to content

Commit e2a24c5

Browse files
committed
Merge pull request #211 from ellisonbg/widget-area-padding
Cleaning up the padding/margin on the widget-subarea
2 parents eaf3ad9 + 1419d5e commit e2a24c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ipywidgets/static/widgets/less/widgets.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
.hbox();
4444

4545
.widget-subarea {
46-
padding : 0.44em 0.4em 0.4em 1px;
47-
margin-left : 6px;
46+
padding : 0.4em 0 0.4em 0;
4847

4948
.border-box-sizing();
5049
.box-flex2();

0 commit comments

Comments
 (0)