mirror of https://github.com/Lissy93/dashy.git
🔀 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 {
|
.widget-base {
|
||||||
min-width: 10rem;
|
min-width: 10rem;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
|
width: -moz-available;
|
||||||
|
width: fill-available;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue