Commit 6905287f authored by Mark Florian's avatar Mark Florian

Merge branch '281909-date-field-misaligned-in-firefox' into 'master'

Re-align audit logs/events date fields in Firefox/Safari

See merge request gitlab-org/gitlab!47708
parents 03d8ead6 24e8ed8a
......@@ -60,8 +60,8 @@ export default {
:default-max-date="$options.CURRENT_DATE"
:max-date-range="$options.MAX_DATE_RANGE"
:same-day-selection="true"
start-picker-class="gl-mb-5 gl-pr-5 gl-display-flex gl-flex-direction-column gl-lg-flex-direction-row gl-flex-fill-1 gl-lg-align-items-baseline"
end-picker-class="gl-mb-5 gl-display-flex gl-flex-direction-column gl-lg-flex-direction-row gl-flex-fill-1 gl-lg-align-items-baseline"
start-picker-class="gl-mb-5 gl-pr-5 gl-display-flex gl-flex-direction-column gl-lg-flex-direction-row gl-flex-fill-1 gl-lg-align-items-flex-end"
end-picker-class="gl-mb-5 gl-lg-pr-5 gl-display-flex gl-flex-direction-column gl-lg-flex-direction-row gl-flex-fill-1 gl-lg-align-items-flex-end"
@input="onInput"
/>
</div>
......
---
title: Realign audit logs/events date field
merge_request: 47708
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment