mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-23 21:55:30 +02:00
Added css width declaration for other browsers
This commit is contained in:
parent
d60152b719
commit
6be5917ced
@ -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…
x
Reference in New Issue
Block a user