Skip to content

Commit f6e867a

Browse files
author
Zerline
committed
CSS fix for RISE Tableau display.
1 parent 96f4b92 commit f6e867a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sage_combinat_widgets/grid_view_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from singleton_widgets import *
1414
from six import text_type
1515

16-
textcell_layout = Layout(width='3em', height='2em', margin='0', padding='0')
16+
textcell_layout = Layout(width='3em', margin='0', padding='0')
1717
textcell_wider_layout = Layout(width='7em', height='3em', margin='0', padding='0')
1818
buttoncell_layout = Layout(width='5em', height='4em', margin='0', padding='0')
1919
buttoncell_smaller_layout = Layout(width='2em', height='2em', margin='0', padding='0')

0 commit comments

Comments
 (0)