Skip to content

Commit 47ba9bb

Browse files
committed
Code review feedback
1 parent 2200674 commit 47ba9bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/components/grid/test/offsets-pull-push/grid.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { configs, test } from '@utils/test/playwright';
77
configs({ modes: ['md'] }).forEach(({ title, screenshot, config }) => {
88
test.describe(title('grid: offsets'), () => {
99
test('should not have visual regressions', async ({ page }) => {
10-
await page.goto(`/src/components/grid/test/offsets`, config);
10+
await page.goto(`/src/components/grid/test/offsets-pull-push`, config);
1111

1212
await page.setIonViewport();
1313

core/src/components/grid/test/offsets-pull-push/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" dir="ltr">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Grid - Offsets</title>
5+
<title>Grid - Pull & Push</title>
66
<meta
77
name="viewport"
88
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"

core/src/components/row/row.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

1010
flex-wrap: wrap;
1111

12-
gap: var(--ion-grid-gap, 0px);
12+
gap: var(--ion-grid-gap);
1313
}

0 commit comments

Comments
 (0)