mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Bundled Themes: Fix Separator block "Dots" style variation on various themes.
This changeset fixes an issue with the "Dots" style of the Separator block on multiple bundled themes. It adds `max-width: 100%` to this style variation on the following themes: Twenty Eleven, Twenty Thirteen, Twenty Fourteen, Twenty Fifteen, and Twenty Sixteen. Props umesh84, sabernhardt, audrasjb, amin7, esratpopy, multidots1896. Fixes #56114. git-svn-id: https://develop.svn.wordpress.org/trunk@55114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -275,7 +275,8 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
.wp-block-separator.is-style-wide,
|
||||
.wp-block-separator.is-style-dots {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -472,7 +472,8 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
.wp-block-separator.is-style-wide,
|
||||
.wp-block-separator.is-style-dots {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -804,7 +804,8 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
.wp-block-separator.is-style-wide,
|
||||
.wp-block-separator.is-style-dots {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -261,7 +261,8 @@ p.has-drop-cap:not(:focus)::first-letter {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
.wp-block-separator.is-style-wide,
|
||||
.wp-block-separator.is-style-dots {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -289,7 +289,8 @@ hr.wp-block-separator {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
.wp-block-separator.is-style-wide,
|
||||
.wp-block-separator.is-style-dots {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -423,7 +423,8 @@ body:not(.sidebar) .wp-block-table.alignfull {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.wp-block-separator.is-style-wide {
|
||||
.wp-block-separator.is-style-wide,
|
||||
.wp-block-separator.is-style-dots {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user