Skip to content

Commit 7a2c151

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 4205266 commit 7a2c151

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-content/themes/twentytwentyfive/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
5959
.more-link {
6060
display: block;
6161
}
62+
63+
/*
64+
* Prevents unnecessary scrollbars while handling long lines of preformatted text.
65+
* https://core.trac.wordpress.org/ticket/63875
66+
*/
67+
:where(pre) {
68+
overflow-x: auto;
69+
}

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
@@ -28,7 +28,7 @@ export function getWordPressModuleDetails(wpVersion: string = "6.8"): { size: nu
2828
case 'nightly':
2929
/** @ts-ignore */
3030
return {
31-
size: 24766514,
31+
size: 24766807,
3232
url: url_nightly,
3333
};
3434

293 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)