##// END OF EJS Templates
fix padding issue
Sylvain Corlay -
Show More
@@ -435,7 +435,7 b' class DOMWidget(Widget):'
435 width = CUnicode(sync=True)
435 width = CUnicode(sync=True)
436 height = CUnicode(sync=True)
436 height = CUnicode(sync=True)
437 # A default padding of 2.5 px makes the widgets look nice when displayed inline.
437 # A default padding of 2.5 px makes the widgets look nice when displayed inline.
438 padding = CUnicode("2.5px", sync=True)
438 padding = CUnicode(sync=True)
439 margin = CUnicode(sync=True)
439 margin = CUnicode(sync=True)
440
440
441 color = Unicode(sync=True)
441 color = Unicode(sync=True)
General Comments 0
You need to be logged in to leave comments. Login now