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
We're currently relying on absolute values as width or height in the frontend. It would be more flexible to future changes if we used display: flex with flex: 1 1 0 instead. This way, the layout would still be correct if the size of one component is changed.
The text was updated successfully, but these errors were encountered:
We're currently relying on absolute values as width or height in the frontend. It would be more flexible to future changes if we used
display: flex
withflex: 1 1 0
instead. This way, the layout would still be correct if the size of one component is changed.The text was updated successfully, but these errors were encountered: