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
basically title. originally we did this because the portal looks too small so we wanted to zoom in a bit, and without spending the time to reconfigure all the defaults (https://ant.design/docs/react/customize-theme).
however, it's sort of causing problems, because Cypress doesn't account for visibility of elements because it doesn't support css zoom but chrome does, and also the window bar looks wider than it should (adds horizontal scrollbar) on firefox, and we have conditional css everywhere...
in general, it's a huge pain, and we should get rid of it.
solution
honestly, not sure what the best thing to do is, so this might involve some research on your part. so far my ideas are:
just make textsize bigger (however, this messes with proportions of antd components)
fix above issue by reconfiguring all defaults from scratch (not sure if feasible)
in my opinion, you should go with the first one, and then just add styling where needed to make things look less ugly.
The text was updated successfully, but these errors were encountered:
basically title. originally we did this because the portal looks too small so we wanted to zoom in a bit, and without spending the time to reconfigure all the defaults (https://ant.design/docs/react/customize-theme).
however, it's sort of causing problems, because Cypress doesn't account for visibility of elements because it doesn't support css zoom but chrome does, and also the window bar looks wider than it should (adds horizontal scrollbar) on firefox, and we have conditional css everywhere...
in general, it's a huge pain, and we should get rid of it.
solution
honestly, not sure what the best thing to do is, so this might involve some research on your part. so far my ideas are:
in my opinion, you should go with the first one, and then just add styling where needed to make things look less ugly.
The text was updated successfully, but these errors were encountered: