/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/DocRoot/Layout/styles.module.css
16 строк
288 B
Dongjoon Lee
fix(theme-classic): content container grow to take all the available space (#8463)
22 дек 2022, 21:20
Не верифицирован
22 дек 2022, 21:20
c0102bd
Код
Авторство
О чём код?
/** * 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. */ .docRoot { display: flex; width: 100%; } .docsWrapper { display: flex; flex: 1 0 auto; }