From 56d247d22b6f48f0a1f1b410a9b92e15995701c2 Mon Sep 17 00:00:00 2001 From: Martin Leblanc <m26lebla@uwaterloo.ca> Date: Wed, 3 Aug 2022 13:30:52 -0400 Subject: [PATCH] ISTWCMS-5718: css adjustments to the width of horizontal infographic --- .../04-components/facts-and-figures/_facts-and-figures.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss index cb7dded6..69b0e4bd 100644 --- a/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss +++ b/src/patterns/04-components/facts-and-figures/_facts-and-figures.scss @@ -844,7 +844,7 @@ are the same height. */ margin-bottom: var(--size-2); margin-right: var(--size-2); position: relative; - width: calc(100% - 5rem); + width: 100%; } .graph { -- GitLab