From 6ac4d917d9229efa7c0dc76a038e5df8f702940a Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Sat, 23 Apr 2022 06:07:22 -0300 Subject: [PATCH] Challenge Details - Fix spec width --- src/shared/components/challenge-detail/Specification/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/challenge-detail/Specification/styles.scss b/src/shared/components/challenge-detail/Specification/styles.scss index 2605a43efe..4802a573f1 100644 --- a/src/shared/components/challenge-detail/Specification/styles.scss +++ b/src/shared/components/challenge-detail/Specification/styles.scss @@ -421,6 +421,7 @@ $tc-link-visited: #0c4e98; .challenge-specs-main { @include roboto-regular; + width: 100%; padding: 0 20px; max-width: 720px; align-self: center;