From 7ad4f55a8980c5d9cf9f3f72389eb8aae37624a4 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 29 Dec 2020 15:26:47 -0500 Subject: [PATCH] Fix mobile view --- docs/components/icon.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/components/icon.md b/docs/components/icon.md index 5730e060..033234ef 100644 --- a/docs/components/icon.md +++ b/docs/components/icon.md @@ -209,7 +209,16 @@ Custom icons can be loaded individually with the `src` attribute. Only SVGs on a .icon-list-item { font-size: 20px; - } + } + + .icon-search-controls { + display: block; + } + + .icon-search-controls sl-select { + width: auto; + margin: 1rem 0 0 0; + } } @media screen and (max-width: 500px) {