mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Sixteen: Fix List block padding in the editor.
Props nidhidhandhukiya, sabernhardt, poena. Fixes #58409. git-svn-id: https://develop.svn.wordpress.org/trunk@55966 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -248,6 +248,11 @@ Description: Used to style blocks in the editor.
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper ol.has-background,
|
||||
.editor-styles-wrapper ul.has-background {
|
||||
padding: 1.25em 2.375em;
|
||||
}
|
||||
|
||||
/* Quotes */
|
||||
|
||||
.rtl .editor-block-list__block blockquote {
|
||||
|
||||
Reference in New Issue
Block a user