diff --git a/app/assets/stylesheets/shared/datetime_picker.scss b/app/assets/stylesheets/shared/datetime_picker.scss index ab733896c..9d6721fe8 100644 --- a/app/assets/stylesheets/shared/datetime_picker.scss +++ b/app/assets/stylesheets/shared/datetime_picker.scss @@ -1,6 +1,8 @@ +// scss-lint:disable SelectorDepth NestingDepth + .bootstrap-datetimepicker-widget { .glyphicon-calendar { - margin: 0 !important; + margin: 0; } .timepicker-picker { @@ -22,11 +24,12 @@ } } - .glyphicon-chevron-up, .glyphicon-chevron-down { + .glyphicon-chevron-up, + .glyphicon-chevron-down { align-items: center; display: flex; - justify-content: center; height: 100%; + justify-content: center; line-height: 1; } @@ -34,4 +37,4 @@ width: 10px; } } -} \ No newline at end of file +}