/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/TabItem/styles.module.css
10 строк
238 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. */ .tabItem > *:last-child { margin-bottom: 0; }