You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
When I write width: 'available' or width: 'fill-available' they should convert -moz-available and -webkit-fill-availableaccording to the browser.
Describe the bug:
In firefox, there is value -moz-available that does the same thing as -webkit-fill-available (if I'm correct). When I write width: 'available' it converts only for firefox and when I write width: 'fill-available' it converts only for chrome. I think those options should interconvertible.
@ahmed2m we discussed implementation details in dm, @AleshaOleg has some refactoring to do there, @AleshaOleg please inform others on what needs to be done and your estimate on the timeline
Expected behavior:
When I write
width: 'available'
orwidth: 'fill-available'
they should convert-moz-available
and-webkit-fill-available
according to the browser.Describe the bug:
In firefox, there is value
-moz-available
that does the same thing as-webkit-fill-available
(if I'm correct). When I writewidth: 'available'
it converts only for firefox and when I writewidth: 'fill-available'
it converts only for chrome. I think those options should interconvertible.Codesandbox:
https://codesandbox.io/s/inspiring-heyrovsky-13hpe
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: