/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/DocSidebarItem/Link/styles.module.css
18 строк
369 B
Sébastien Lorber
fix(theme): Doc sidebar links/categories with long labels should display properly (#11356)
31 июл 2025, 14:48
Не верифицирован
31 июл 2025, 14:48
942094a
Код
Авторство
О чём код?
/** * 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. */ .menuExternalLink { align-items: center; } .linkLabel { overflow: hidden; display: -webkit-box; line-clamp: 2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }