/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Tabs/styles.module.css
14 строк
282 B
Alexey Pyltsyn
refactor(theme-classic): fix a few margin inconsistencies (#7129)
09 апр 2022, 03:27
Не верифицирован
09 апр 2022, 03:27
d5cfa5b
Код
Авторство
О чём код?
/** * 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. */ .tabList { margin-bottom: var(--ifm-leading); } .tabItem { margin-top: 0 !important; }