From b499fa64fa09cc505d6152a51178112f398fb303 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Mon, 4 Dec 2023 15:07:51 +0300 Subject: [PATCH] chore(demo): fix justify-content (#6153) --- .../addon-doc/components/documentation/documentation.style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/addon-doc/components/documentation/documentation.style.less b/projects/addon-doc/components/documentation/documentation.style.less index 2a931f9441b4..b412c4c6e689 100644 --- a/projects/addon-doc/components/documentation/documentation.style.less +++ b/projects/addon-doc/components/documentation/documentation.style.less @@ -115,7 +115,7 @@ display: flex; flex-wrap: wrap; align-items: center; - justify-content: start; + justify-content: flex-start; } .t-code-reference {