From f1c95a9928222965293e6c0043cb9849e76edd70 Mon Sep 17 00:00:00 2001 From: Lindokuhle Date: Fri, 5 Jul 2024 10:27:58 +0200 Subject: [PATCH] docs-bug(Homepage): app-support description text reads awkwardly Updating the flex pixel value to 190 is the perfect solution, checked that all the screen sizes are no longer reacting awkwardly #28372 --- src/app/shared/support/support.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/support/support.scss b/src/app/shared/support/support.scss index 6eeb6dc9..6c953567 100644 --- a/src/app/shared/support/support.scss +++ b/src/app/shared/support/support.scss @@ -14,7 +14,7 @@ .docs-help-support ul li { text-align: center; - flex: 0 1 200px; + flex: 0 1 190px; -moz-box-flex: 0; }