Skip to content

Commit d528fca

Browse files
misc: Update grouping styles (#32521)
* misc: Update grouping styles * Update changelog * Update CHANGELOG for misc changes * Update cli/CHANGELOG.md --------- Co-authored-by: Jennifer Shehane <[email protected]>
1 parent ddc5fc2 commit d528fca

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ _Released 9/23/2025 (PENDING)_
77

88
- In development mode, Electron `stderr` is piped directly to Cypress' `stderr` to make it clear why Electron failed to start, if it fails to start. Fixes [#32358](https://github.com/cypress-io/cypress/issues/32358). Addressed in [32468](https://github.com/cypress-io/cypress/pull/32468).
99

10+
**Misc:**
11+
12+
- Update the styles for command grouping 'line' so on expansion it is displayed correctly. Addressed in [#32521](https://github.com/cypress-io/cypress/pull/32521)
13+
1014
## 15.2.0
1115

1216
_Released 9/9/2025_

packages/reporter/src/commands/commands.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
// when no children, add padding to act as the .command-expander-column's width
105105
// to prevent adding another element to the page
106106
.command-number-column + span.command-pin-target {
107-
margin-left: 24px;
107+
margin-left: $gutter-margin;
108108
}
109109

110110
.command-pin-target.command-group {

packages/reporter/src/lib/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ $open-sans: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
128128
$monospace: ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;
129129
$font-system: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
130130

131-
$gutter-margin: 14px;
131+
$gutter-margin: 12px;

0 commit comments

Comments
 (0)