Skip to content

Commit 4227b74

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 96e514e commit 4227b74

File tree

7 files changed

+13
-3
lines changed

7 files changed

+13
-3
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/about-rtl.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,12 @@
455455
}
456456

457457
.about__section a.button.button-hero {
458+
padding-top: 1.1875rem;
459+
padding-bottom: 1.1875rem;
458460
font-size: 1.5rem;
461+
line-height: 1.4;
462+
white-space: normal;
463+
text-wrap: pretty;
459464
}
460465

461466
.about__container ul {

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/about-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/about.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,12 @@
454454
}
455455

456456
.about__section a.button.button-hero {
457+
padding-top: 1.1875rem;
458+
padding-bottom: 1.1875rem;
457459
font-size: 1.5rem;
460+
line-height: 1.4;
461+
white-space: normal;
462+
text-wrap: pretty;
458463
}
459464

460465
.about__container ul {

packages/playground/wordpress-builds/public/wp-nightly/wp-admin/css/about.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/src/wordpress/get-wordpress-module-details.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.7"): { size: nu
2626
case 'nightly':
2727
/** @ts-ignore */
2828
return {
29-
size: 24577710,
29+
size: 24577889,
3030
url: url_nightly,
3131
};
3232

179 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)