mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-10 04:00:52 -04:00
* fix: move ActionRow outside the ReflexContainer It does not need to be resizable. * fix: make DesktopLayout aware of ActionRow The ReflexContainer seems to need to be inside a display: flex component to correctly compute the sizes of it's children. * refactor: remove unused props