mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
Twenty Fifteen: Resolves seperator block being too thick in iframe editor.
The seperator block was looking different in the iframe editor. This resolves that by unifying. Props nidhidhandhukiya, sabernhardt, darshitrajyaguru97, yuvrajsinj2211. Fixes #60079. Built from https://develop.svn.wordpress.org/trunk@58231 git-svn-id: http://core.svn.wordpress.org/trunk@57694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
396851e0ae
commit
a312597d65
@ -806,6 +806,7 @@ p.has-drop-cap:not(:focus)::first-letter {
|
|||||||
/* Separator */
|
/* Separator */
|
||||||
|
|
||||||
.wp-block-separator {
|
.wp-block-separator {
|
||||||
|
border: 0;
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-alpha-58230';
|
$wp_version = '6.6-alpha-58231';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user