Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaesmith3 committed Jul 10, 2023
1 parent 6ac5a3e commit 067ba7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion core/src/components/radio/test/item/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ <h1>Multiline Label</h1>
<ion-radio-group>
<ion-item>
<ion-radio justify="start">
<ion-label class="ion-text-wrap">Enable Notifications Enable Notifications Enable Notifications</ion-label>
<ion-label class="ion-text-wrap">
Enable Notifications Enable Notifications Enable Notifications
</ion-label>
</ion-radio>
</ion-item>
</ion-radio-group>
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/radio/test/item/radio.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ configs({ directions: ['ltr'], modes: ['md'] }).forEach(({ title, screenshot, co
expect(await list.screenshot()).toMatchSnapshot(screenshot(`radio-long-label-in-item`));
});
});
});
});

0 comments on commit 067ba7e

Please sign in to comment.