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; } } }