From 97a9cc4fefe33305467d5363903fdd34759ebce4 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Mon, 20 Feb 2023 13:15:29 +0100 Subject: [PATCH] Align the label and the checkbox [SCI-7745] --- app/assets/stylesheets/repository_columns/date_type.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/repository_columns/date_type.scss b/app/assets/stylesheets/repository_columns/date_type.scss index 174db5592..52d41a591 100644 --- a/app/assets/stylesheets/repository_columns/date_type.scss +++ b/app/assets/stylesheets/repository_columns/date_type.scss @@ -24,4 +24,10 @@ margin: 0 .5em; } } -} \ No newline at end of file +} + +#manage-repository-column .column-type.time-column-type { + .range-label { + top: 2px; + } +}