From bdf682013602d3e21d07c7f8c41ab9a116024da2 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 10 Jun 2024 07:09:43 -0700 Subject: [PATCH] Merge pull request #18421 from overleaf/mf-fix-optional-text-form-marketing Fix "(Optional)" text style in contact form: 14px font size and no bold. GitOrigin-RevId: 6257136ea3ff74731d6cec6b7a8873128ccd823f --- services/web/frontend/stylesheets/app/cms-page.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 468a7750f0..9ecba4734d 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -32,10 +32,6 @@ } } - .optional-text { - font-size: 14px; - } - .checkbox-label { font-size: 16px; font-weight: 400; @@ -65,6 +61,10 @@ font-weight: 400; } } + + .optional-text { + font-size: 14px; + } } .section-row {