/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/MDXComponents/Ul/styles.module.css
14 строк
305 B
Joshua Chen
fix(theme-classic): allow nested task lists to preserve the indent (#7438)
26 май 2022, 13:41
Не верифицирован
26 май 2022, 13:41
e955ae4
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .containsTaskList { list-style: none; } :not(.containsTaskList > li) > .containsTaskList { padding-left: 0; }