From 4bc6e915cf3b5db098b211f656259f482eb5cfd0 Mon Sep 17 00:00:00 2001 From: Carla Goncalves Date: Tue, 14 Jan 2025 15:43:34 +0000 Subject: [PATCH] Update container width for tech section --- src/components/shortcodes/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shortcodes/styles.module.scss b/src/components/shortcodes/styles.module.scss index 87d448202c..27faa9ea01 100644 --- a/src/components/shortcodes/styles.module.scss +++ b/src/components/shortcodes/styles.module.scss @@ -16,7 +16,7 @@ .container { margin: 16px 0 0 0; - width: 198px; + width: fit-content; text-overflow: ellipsis; @media only screen and (max-width: 767px) {