mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-25 09:56:15 +03:00
🔀 Merge pull request #955 from DawidPietrykowski/FIX/950_widget-width
Added css width declaration for other browsers
This commit is contained in:
commit
ba3ce9cb9d
@ -390,6 +390,8 @@ export default {
|
||||
.widget-base {
|
||||
min-width: 10rem;
|
||||
width: -webkit-fill-available;
|
||||
width: -moz-available;
|
||||
width: fill-available;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user