From bb7eef263196e6cb5d3c578d6687b39b3871bd53 Mon Sep 17 00:00:00 2001 From: Yana De Pauw Date: Thu, 2 Feb 2023 17:58:55 +0100 Subject: [PATCH] Fix typo --- .../alert-form/system-wide-alert-form.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.scss b/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.scss index 6e881e4807..cdcfd8b0cd 100644 --- a/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.scss +++ b/src/app/system-wide-alert/alert-form/system-wide-alert-form.component.scss @@ -1,4 +1,4 @@ .timepicker-margin { - // Negative margin to offset the time picker arrowsand ensure the date and time are correctly aligned + // Negative margin to offset the time picker arrows and ensure the date and time are correctly aligned margin-top: -38px; }