/* 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;}
