diff --git a/_static/css/custom.css b/_static/css/custom.css index d1942a5c4..d0630ab50 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -217,6 +217,12 @@ legend, font-weight: 500; } +/* See for context. */ +.rst-content .align-right, +.rst-content .align-left { + clear: both; +} + .rst-content div.figure p.caption { /* Tweak caption styling to be closer to typical captions */ text-align: center;