From 4aec998e3f00c76f8463fd35fd6426056d65294d Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Tue, 20 Mar 2018 05:20:10 +0300 Subject: [PATCH] fix(style): Corrects the font size of the links in the challen (#16908) a specific style is added to step.less for links in into Closes #16899 --- common/app/routes/Challenges/views/step/step.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/app/routes/Challenges/views/step/step.less b/common/app/routes/Challenges/views/step/step.less index fad5d96e03..60e16a7a35 100644 --- a/common/app/routes/Challenges/views/step/step.less +++ b/common/app/routes/Challenges/views/step/step.less @@ -5,6 +5,11 @@ word-wrap: break-word; font-size: 1.5em; } + +.@{ns}-description a { + font-size: 1em; +} + .@{ns}-counter { font-size: 20px; line-height: 44px;