From 4d3a25c1bd4a80c21c77c488ae228ef0d86a4aa7 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 30 Oct 2022 13:55:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Replaces=20width=20fill-availibl?= =?UTF-8?q?e=20with=20stretch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LinkItems/Section.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index 60d6c188..f1659ed5 100644 --- a/src/components/LinkItems/Section.vue +++ b/src/components/LinkItems/Section.vue @@ -389,9 +389,9 @@ export default { justify-content: space-around; .widget-base { min-width: 10rem; + width: stretch; width: -webkit-fill-available; width: -moz-available; - width: fill-available; } } }