Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
24e8ed8a
Commit
24e8ed8a
authored
Nov 16, 2020
by
Robert Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the date ranges picker alignment to flex-end
parent
e1dff736
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ee/app/assets/javascripts/audit_events/components/date_range_field.vue
.../javascripts/audit_events/components/date_range_field.vue
+2
-2
ee/changelogs/unreleased/281909-date-field-misaligned-in-firefox.yml
...gs/unreleased/281909-date-field-misaligned-in-firefox.yml
+5
-0
No files found.
ee/app/assets/javascripts/audit_events/components/date_range_field.vue
View file @
24e8ed8a
...
@@ -60,8 +60,8 @@ export default {
...
@@ -60,8 +60,8 @@ export default {
:default-max-date=
"$options.CURRENT_DATE"
:default-max-date=
"$options.CURRENT_DATE"
:max-date-range=
"$options.MAX_DATE_RANGE"
:max-date-range=
"$options.MAX_DATE_RANGE"
:same-day-selection=
"true"
: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
"
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-
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-
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"
@
input=
"onInput"
/>
/>
</div>
</div>
...
...
ee/changelogs/unreleased/281909-date-field-misaligned-in-firefox.yml
0 → 100644
View file @
24e8ed8a
---
title
:
Realign audit logs/events date field
merge_request
:
47708
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment