From 4fcc44710918dccd832378ddc26561c374facbef Mon Sep 17 00:00:00 2001 From: "April I. Murphy" <36110273+aimurphy@users.noreply.github.com> Date: Fri, 20 Jun 2025 09:54:48 -0700 Subject: [PATCH] docs: Change paragraph text alignment from justified to start (#8651) change paragraph text alignment --- docs/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 3346ba83c..d93edc20e 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -51,7 +51,7 @@ } p { - text-align: justify; + text-align: start; } /* apply */