From ffd77d4073f243bd9b7a3260602f8371ce131bfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 18 Jan 2022 13:37:48 +0100 Subject: [PATCH] malakoff: restore small/form-aligned titles of forms (#60767) --- static/malakoff/_vars.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/malakoff/_vars.scss b/static/malakoff/_vars.scss index eccebcc..dd5d8e2 100644 --- a/static/malakoff/_vars.scss +++ b/static/malakoff/_vars.scss @@ -42,3 +42,5 @@ $wcs-step-current-border-bottom: none; $wcs-step-current-marker-color: #fff; $wcs-step-current-marker-background: $primary-color; $wcs-step-marker-size: 1.8em; + +$form-titlebar-mode: form;