Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions projects/styles/.visual/row-align-wrap-with-overflow-wrap.png

This file was deleted.

14 changes: 0 additions & 14 deletions projects/styles/src/layout.test.visual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -525,20 +525,6 @@ describe('row visual', () => {
expect(report.maxDiffPercentage).toBeLessThan(1);
});

test.skip('row should allow break words when wrapping long text using min-height', async () => {
const report = await visualRunner.render(
'row-align-wrap-with-overflow-wrap',
/* html */ `
<section nve-layout="row align:wrap gap:lg" style="width: 150px;">
<!-- https://defensivecss.dev/tip/flexbox-min-content-size/ -->
<p style="margin: 0; overflow-wrap: break-word; min-width: 0;">•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎•︎</p>
</section>
`
);

expect(report.maxDiffPercentage).toBeLessThan(1);
});

test('rows with nested rows should match visual baseline', async () => {
const report = await visualRunner.render(
'rows-with-nested-rows',
Expand Down