From f6d5ba56b1a74d13422265a8992a9191d84e5053 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 18 May 2022 11:41:36 -0700 Subject: [PATCH] Update custom.css [ci skip] --- docs/_static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 3dbe0318f..87694a598 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -64,6 +64,10 @@ body { color: var(--color-text-body); } +.rst-content p { + word-break: break-word; +} + h1, h2, h3, h4, h5, h6 { font-family: inherit; }