From 94ec3d769c70fff1a8d2c9e717d9e44655b5612a Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Fri, 2 Nov 2018 16:26:19 -0600 Subject: [PATCH] Make the default layout reponsive for the block As Claudio pointed out, the default layout of fixed can cause it to overflow the container. responsive seems to keep the width to the container size in Twenty Fifteen, Sixteen, and Seventeen. Still, if the content area is floated, like in a mobile-first grid, a fixed layout might work better. Responsive layouts mean the element only has the width of its parent. But there's a