##// END OF EJS Templates
Adjust weidget box so widget_subarea aligns with codecell
Jonathan Frederic -
Show More
@@ -1,8 +1,12 b''
1 div.widget_area {
2 page-break-inside: avoid;
3 .hbox();
4 }
1
5
2 /* This class is for the widget subarea inside the widget_area and after
6 /* This class is for the widget subarea inside the widget_area and after
3 the prompt div. */
7 the prompt div. */
4 div.widget_subarea {
8 div.widget_subarea {
5 padding: 0.44em 0.4em 0.4em 1px;
9 padding: 0.44em 0.4em 0.4em 1px;
6 margin-left: 6px;
10 margin-left: 6px;
7 .box-flex1();
11 .box-flex1();
8 }
12 }
General Comments 0
You need to be logged in to leave comments. Login now