/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/block-library/src/shortcode/editor.scss
10 строк
311 B
Riad Benguella
Build v2: Migrate block library (#72333)
15 окт 2025, 13:29
Не верифицирован
15 окт 2025, 13:29
983b40b
Код
Авторство
О чём код?
@use "@wordpress/base-styles/mixins" as *; // The editing view for the Shortcode block is equivalent to block UI. // Therefore we increase specificity to avoid theme styles bleeding in. .blocks-shortcode__textarea { box-sizing: border-box; max-height: 250px; resize: none; @include editor-input-reset(); }