Author: Sergey Panteleev (saundefined)
Date: 2024-09-01T20:14:46+03:00
Commit: Fix playwright `.hero-versions` mask · php/web-php@0361d00 · GitHub
Raw diff: https://github.com/php/web-php/commit/0361d004178272ed7b4ed53e8bd86eb8cece3abc.diff
Fix playwright `.hero-versions` mask
Changed paths:
M styles/home.css
M tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png
Diff:
diff --git a/styles/home.css b/styles/home.css
index 3ffd63b1c8..c04fec4118 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -82,6 +82,7 @@
flex-wrap: wrap;
align-items: center;
justify-content: center;
+ width: 100%;
}
.hero-version {
diff --git a/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png b/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png
index 4a9929dc23..d578eccf2c 100644
Binary files a/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png and b/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png differ