/
githubmirror
/
libcbor
Обзор
Документация
Войти
/
githubmirror
/
libcbor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/source/_static/custom.css
13 строк
400 B
Pavel Kalvoda
Improve decoding API docs: Graphviz diagram, comparison table, capped_alloc example (#423)
06 апр 2026, 20:53
Не верифицирован
06 апр 2026, 20:53
2a7b001
Код
Авторство
О чём код?
/* Force fixed-layout wrapping on the decoder comparison table. * The RTD theme wraps all tables in .wy-table-responsive which enables * horizontal scrolling and prevents word-wrap from taking effect. */ table.fixed-table { table-layout: fixed; width: 100%; } table.fixed-table th, table.fixed-table td { word-wrap: break-word; overflow-wrap: break-word; white-space: normal; }