Added css width declaration for other browsers

This commit is contained in:
Dawid Pietrykowski 2022-10-20 16:57:37 +02:00
parent d60152b719
commit 6be5917ced
1 changed files with 2 additions and 0 deletions

View File

@ -390,6 +390,8 @@ export default {
.widget-base {
min-width: 10rem;
width: -webkit-fill-available;
width: -moz-available;
width: fill-available;
}
}
}