From 12f7590755a896074fb9eade263b34e726c0c1db Mon Sep 17 00:00:00 2001 From: Kevin Ball Date: Fri, 9 Jun 2017 11:39:52 -0700 Subject: [PATCH] One more fix for frame-grid example/vis test --- test/visual/xy-grid/frame-grid.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/visual/xy-grid/frame-grid.html b/test/visual/xy-grid/frame-grid.html index 4a8896131..fa862d016 100644 --- a/test/visual/xy-grid/frame-grid.html +++ b/test/visual/xy-grid/frame-grid.html @@ -17,6 +17,11 @@ .header, .footer { background-color: #ddd; } + @media print, screen and (min-width: 40em) { + .wide { + width: 80vw; + } + } @@ -28,7 +33,7 @@ A medium 4 cell
-

A medium 4 cell block... on medium this content should overflow and let you horizontally scroll across... one might use this for an array of options

+

A medium 4 cell block... on medium this content should overflow and let you horizontally scroll across... one might use this for an array of options

A medium 4 cell -- 2.47.2