mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 23:39:42 +01:00
aca0884138
Updates the editor npm packages to latest versions. Props vcanales. Fixes #61339. Built from https://develop.svn.wordpress.org/trunk@58275 git-svn-id: http://core.svn.wordpress.org/trunk@57736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
7 lines
113 B
CSS
7 lines
113 B
CSS
ol,ul{
|
|
box-sizing:border-box;
|
|
}
|
|
|
|
:root :where(ul.has-background,ol.has-background){
|
|
padding:1.25em 2.375em;
|
|
} |