mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-29 11:55:23 +01:00
Added css width declaration for other browsers
This commit is contained in:
parent
d60152b719
commit
6be5917ced
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