Update for how the list prints
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 14 Dec 2018 14:48:36 +0000 (09:48 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 14 Dec 2018 14:48:36 +0000 (09:48 -0500)
Set html and body to height auto.

views/front/itinerary/list.html

index f03d992..54e2838 100644 (file)
                 popTitle:   'Trip Planner List', // popup window title element
                 popClose:   true,      // popup window close after printing
                 extraCss:   '',        // Comma separated list of extra css to include
-                extraHead:  '<style>body { width: auto !important; height: auto; } a[href]:after { content: none !important; }</style>',        // Comma separated list of extra elements to be appended to head tag
+                extraHead:  '<style>html, body { height: auto !important; } a[href]:after { content: none !important; }</style>',        // Comma separated list of extra elements to be appended to head tag
                 strict:     false      // strict or looseTransitional html 4.01 document standard or undefined to not include at all only for popup option
             });
         });