/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/latest-posts/editor.scss
20 строк
386 B
Aki Hamano
Block Inspector: Restore bottm margin for RadioControl (#66688)
04 ноя 2024, 10:02
Не верифицирован
04 ноя 2024, 10:02
03225e0
Код
Авторство
О чём код?
.wp-block-latest-posts { // Apply overflow for post items, so any floated featured images won't crop the focus style. > li { overflow: hidden; } } .wp-block-latest-posts li a > div { display: inline; } :root :where(.wp-block-latest-posts) { padding-left: 2.5em; } :root { :where(.wp-block-latest-posts.is-grid), :where(.wp-block-latest-posts__list) { padding-left: 0; } }