diff --git a/IPython/html/widgets/widget.py b/IPython/html/widgets/widget.py
index fcb76c0a4..062b6716b 100644
--- a/IPython/html/widgets/widget.py
+++ b/IPython/html/widgets/widget.py
@@ -435,7 +435,7 @@ class DOMWidget(Widget):
width = CUnicode(sync=True)
height = CUnicode(sync=True)
# A default padding of 2.5 px makes the widgets look nice when displayed inline.
- padding = CUnicode("2.5px", sync=True)
+ padding = CUnicode(sync=True)
margin = CUnicode(sync=True)
color = Unicode(sync=True)