/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/TOCInline/styles.module.css
12 строк
285 B
Alexey Pyltsyn
fix(v2): fix warning and improve styling inline TOC (#4163)
03 фев 2021, 14:11
Не верифицирован
03 фев 2021, 14:11
d25e0f4
Код
Авторство
О чём код?
/** * 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. */ .tableOfContentsInline ul { list-style-type: disc; font-size: initial; padding-top: 0; }