Adafruit_CircuitPython_TLV320/docs/_static/custom.css
sam blenny 5e076772c1 fix failing pre-commit linter checks
This gets ruff to stop complaining. Haven't tested the code yet
though. That's next.
2025-08-24 22:37:20 +00:00

8 lines
268 B
CSS

/* SPDX-FileCopyrightText: 2025 Sam Blenny
* SPDX-License-Identifier: MIT
*/
/* Monkey patch the rtd theme to prevent horizontal stacking of short items
* see https://github.com/readthedocs/sphinx_rtd_theme/issues/1301
*/
.py.property{display: block !important;}