Show More
@@ -427,7 +427,8 b' class DOMWidget(Widget):' | |||
|
427 | 427 | |
|
428 | 428 | width = CUnicode(sync=True) |
|
429 | 429 | height = CUnicode(sync=True) |
|
430 | padding = CUnicode(2.5, sync=True) | |
|
430 | # A default padding of 2.5 px makes the widgets look nice when displayed inline. | |
|
431 | padding = CUnicode("2.5px", sync=True) | |
|
431 | 432 | margin = CUnicode(sync=True) |
|
432 | 433 | |
|
433 | 434 | color = Unicode(sync=True) |
General Comments 0
You need to be logged in to leave comments.
Login now