🩹 Replaces width fill-availible with stretch
This commit is contained in:
@@ -389,9 +389,9 @@ export default {
|
|||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
.widget-base {
|
.widget-base {
|
||||||
min-width: 10rem;
|
min-width: 10rem;
|
||||||
|
width: stretch;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
width: fill-available;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user