diff --git a/src/components/LinkItems/Section.vue b/src/components/LinkItems/Section.vue index 1d34a5b6..60d6c188 100644 --- a/src/components/LinkItems/Section.vue +++ b/src/components/LinkItems/Section.vue @@ -390,6 +390,8 @@ export default { .widget-base { min-width: 10rem; width: -webkit-fill-available; + width: -moz-available; + width: fill-available; } } }