File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1294,6 +1294,17 @@ details .nt-timeline.vertical.center:not(.alternate) .nt-timeline-item .nt-timel
12941294 transition : background-color 125ms ;
12951295}
12961296
1297+ .workshop-program-table {
1298+ width : 70% ;
1299+ max-width : 70% ;
1300+ table-layout : fixed;
1301+ }
1302+
1303+ .workshop-program-table th : first-child ,
1304+ .workshop-program-table td : first-child {
1305+ width : 10.5rem ;
1306+ }
1307+
12971308.nt-contribs {
12981309 margin-top : 2rem ;
12991310 font-size : small;
@@ -1506,3 +1517,24 @@ details .nt-timeline.vertical.center:not(.alternate) .nt-timeline-item .nt-timel
15061517.nt-contribs .nt-group-49 {
15071518 background-color : var (--nt-color-49 );
15081519}
1520+
1521+ @media print {
1522+ .tabbed-labels ,
1523+ .tabbed-set > input {
1524+ display : none !important ;
1525+ }
1526+
1527+ .tabbed-content {
1528+ display : block !important ;
1529+ }
1530+
1531+ .tabbed-content > .tabbed-block {
1532+ display : block !important ;
1533+ opacity : 1 !important ;
1534+ visibility : visible !important ;
1535+ max-height : none !important ;
1536+ overflow : visible !important ;
1537+ page-break-inside : avoid;
1538+ margin-bottom : 1rem ;
1539+ }
1540+ }
You can’t perform that action at this time.
0 commit comments