mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
f6df3fba16
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Fixes #61906. Props peterwilsoncc, gziolo, kevin940726. Built from https://develop.svn.wordpress.org/trunk@59072 git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
13 lines
220 B
CSS
13 lines
220 B
CSS
.wp-block-categories ul{
|
|
padding-left:2.5em;
|
|
}
|
|
.wp-block-categories ul ul{
|
|
margin-top:6px;
|
|
}
|
|
[data-align=center] .wp-block-categories{
|
|
text-align:center;
|
|
}
|
|
|
|
.wp-block-categories__indentation{
|
|
padding-left:16px;
|
|
} |