mirror of
https://github.com/Lissy93/dashy.git
synced 2026-02-13 10:31:29 +01: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
1 changed files with 2 additions and 0 deletions
|
|
@ -390,6 +390,8 @@ export default {
|
|||
.widget-base {
|
||||
min-width: 10rem;
|
||||
width: -webkit-fill-available;
|
||||
width: -moz-available;
|
||||
width: fill-available;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue