AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
817 stars 312 forks source link

Fix preview window resize transition #2870

Closed tvdeyen closed 1 month ago

tvdeyen commented 1 month ago

We had a mixture of width and max-width. By using just width fixes the resize transition of the preview window when the elements window gets hidden.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.93%. Comparing base (5f1f046) to head (3873a5e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2870 +/- ## ======================================= Coverage 95.93% 95.93% ======================================= Files 229 229 Lines 6222 6222 ======================================= Hits 5969 5969 Misses 253 253 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

alchemycms-bot commented 1 month ago

💚 All backports created successfully

Status Branch Result
✅ 7.0-stable
✅ 7.1-stable

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details