fix: Cloud Config parameter modal overlays non-printable character info box#3221
Conversation
|
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughThis pull request modifies the styling of the NonPrintableHighlighter component by adding flexbox layout to its container and adjusting the spacing of the non-alphanumeric info badge element. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
# [9.0.0-alpha.5](9.0.0-alpha.4...9.0.0-alpha.5) (2026-02-14) ### Bug Fixes * Cloud Config parameter modal overlays non-printable character info box ([#3221](#3221)) ([983253e](983253e))
|
🎉 This change has been released in version 9.0.0-alpha.5 |
# [9.0.0](8.5.0...9.0.0) (2026-02-19) ### Bug Fixes * Cloud Config parameter modal overlays non-printable character info box ([#3221](#3221)) ([983253e](983253e)) * Incomplete authentication on AI Agent endpoint ([GHSA-qwc3-h9mg-4582](https://github.com/parse-community/parse-dashboard/security/advisories/GHSA-qwc3-h9mg-4582)) ([#3224](#3224)) ([f92a9ef](f92a9ef)) * Non-printable character box missing when editing Cloud Config parameter ([#3218](#3218)) ([719ac09](719ac09)) ### Features * Add option to block saving Cloud Config parameter if validation fails ([#3225](#3225)) ([41691aa](41691aa)) * Add Regex string validation when editing Cloud Config parameter ([#3222](#3222)) ([067b9d1](067b9d1)) * Add support for checkbox, toggle, text input elements to script form ([#3219](#3219)) ([b9366bc](b9366bc)) * Add support for reversing info panel auto-scroll direction while holding Command+Option keys ([#3220](#3220)) ([7ebd121](7ebd121)) * Remove Node 18 support ([#3212](#3212)) ([a5c1bb2](a5c1bb2)) ### BREAKING CHANGES * Removes support for Node 18. ([a5c1bb2](a5c1bb2))
|
🎉 This change has been released in version 9.0.0 |
Pull Request
Issue
Cloud Config parameter modal overlays non-printable character info box.
Summary by CodeRabbit