🩹 Replaces width fill-availible with stretch

This commit is contained in:
Alicia Sykes 2022-10-30 13:55:27 +00:00
parent 9f07ba0843
commit 4d3a25c1bd
1 changed files with 1 additions and 1 deletions

View File

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