From 80711094b72e1547402bddee7afa141427bfa297 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Tue, 1 Oct 2024 15:37:48 +0530 Subject: [PATCH] Fix github repository link text and icon not being horizontally aligned --- .../src/components/documentation/documentation-link.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/react-components/src/components/documentation/documentation-link.scss b/modules/react-components/src/components/documentation/documentation-link.scss index 5267e0baad7..7cbf7525d8d 100644 --- a/modules/react-components/src/components/documentation/documentation-link.scss +++ b/modules/react-components/src/components/documentation/documentation-link.scss @@ -17,7 +17,7 @@ */ .documentation-link { - display: inline-flex; + display: inline; align-items: center; .documentation-icon {