diff --git a/resources/css/showcase.css b/resources/css/showcase.css index 3fcc4196..54206ed5 100644 --- a/resources/css/showcase.css +++ b/resources/css/showcase.css @@ -390,4 +390,11 @@ width: 96px; height: 96px; } + + /* Chips: a row narrow enough that its set has to scroll, to show the fade and the arrow + buttons M3 asks an overflowing row for. */ + [data-md-showcase-chip-scroll] { + width: 100%; + max-width: 384px; + } } diff --git a/resources/views/showcase/sections/chips.blade.php b/resources/views/showcase/sections/chips.blade.php index 8e6da8da..e9a21946 100644 --- a/resources/views/showcase/sections/chips.blade.php +++ b/resources/views/showcase/sections/chips.blade.php @@ -1,17 +1,17 @@ @php $examples = [ 'Assist chips' => <<<'BLADE' -
+
<x-chip> — assist, filter, input and suggestion — and <x-chip-set>.