Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: style change for responsiveness #25687

Merged
merged 8 commits into from
Feb 5, 2023
8 changes: 8 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<!-- See the ../guides/writing-the-cypress-changelog.md for details on writing the changelog. -->
## 12.6.0

_Released 02/14/2023 (PENDING)_

**Misc:**

- Improved the responsiveness of the Debug Page pending run UI. Addresses [#25664](https://github.com/cypress-io/cypress/issues/25664).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wordsmithing nitpick: "Improved the layout of the Debug Page on smaller viewports when there is a pending run."

Maybe it's just me, but I interpret the phrase "improved responsiveness" as "performance improvement"

marktnoonan marked this conversation as resolved.
Show resolved Hide resolved

## 12.5.1

_Released 02/10/2023_
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/debug/DebugNewRelevantRunBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<ul
id="metadata"
class="border rounded flex flex-row bg-indigo-50 border-indigo-100 p-12px gap-x-2 items-center whitespace-nowrap children:flex children:items-center"
class="border rounded flex flex-wrap bg-indigo-50 border-indigo-100 p-12px gap-8px items-center children:flex children:items-center"
>
<li>
<DebugRunNumber
Expand Down