🔀 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

View File

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