Files
RedBear-OS/local/recipes/kde/kf6-extra-cmake-modules/source/docs/sphinx/ecm.css.in
T
2026-04-14 10:51:06 +01:00

9 lines
237 B
Plaintext

/* Import the Sphinx theme style. */
@import url("${sphinx_theme}.css");
/* Wrap sidebar content even within words so that long
document names do not escape sidebar borders. */
div.sphinxsidebarwrapper {
word-wrap: break-word;
}