/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/DocCardList/styles.module.css
14 строк
276 B
Hichem Fantar
fix(theme): fix `<DocCard>` height inconsistency (#10849)
31 янв 2025, 17:25
Не верифицирован
31 янв 2025, 17:25
884f93e
Код
Авторство
О чём код?
/** * 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. */ .docCardListItem { margin-bottom: 2rem; } .docCardListItem > * { height: 100%; }