diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index a8b434ff6c6..543f9be94e8 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -10,6 +10,7 @@ _Released 02/14/2023 (PENDING)_ **Misc:** - Improved the layout of the Debug Page on smaller viewports when there is a pending run. Addresses [#25664](https://github.com/cypress-io/cypress/issues/25664). +- Improved the layout of the Debug Page when displaying informational messages. Addresses [#25669](https://github.com/cypress-io/cypress/issues/25669). - Icons in Debug page will no longer shrink at small viewports. Addresses [#25665](https://github.com/cypress-io/cypress/issues/25665). ## 12.5.1 diff --git a/packages/app/src/debug/DebugOverLimit.vue b/packages/app/src/debug/DebugOverLimit.vue index 67e4586096f..95496be8156 100644 --- a/packages/app/src/debug/DebugOverLimit.vue +++ b/packages/app/src/debug/DebugOverLimit.vue @@ -1,6 +1,6 @@