🔀 Merge pull request #955 from DawidPietrykowski/FIX/950_widget-width

Added css width declaration for other browsers
This commit is contained in:
Alicia Sykes 2022-10-25 20:59:57 +01:00 committed by GitHub
commit ba3ce9cb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}
}