Sign in
opensecura
/
3p
/
openxla
/
iree
/
a5c3879bdd0779de2858f8095771dcc7e353b544
/
.
/
docs
/
api_docs
/
python
/
_static
/
custom.css
blob: 29df6296b6c785712e033a51927727cbe6206c1a [
file
] [
log
] [
blame
]
/*
Fix for horizontal stacking weirdness in the RTD theme with Python properties:
https://github.com/readthedocs/sphinx_rtd_theme/issues/1301
*/
.
py
.
property
{
display
:
block
!important
;
}