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
23f36c9f
Commit
23f36c9f
authored
Oct 13, 2020
by
Brandon Labuschagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set analytics daterange label class
parent
afad9e6f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
5 deletions
+9
-5
ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue
...javascripts/analytics/cycle_analytics/components/base.vue
+1
-1
ee/app/assets/javascripts/analytics/merge_request_analytics/components/app.vue
...ipts/analytics/merge_request_analytics/components/app.vue
+1
-1
ee/app/assets/javascripts/analytics/shared/components/daterange.vue
...ets/javascripts/analytics/shared/components/daterange.vue
+2
-1
ee/app/assets/stylesheets/page_bundles/cycle_analytics.scss
ee/app/assets/stylesheets/page_bundles/cycle_analytics.scss
+0
-1
ee/app/assets/stylesheets/pages/productivity_analytics.scss
ee/app/assets/stylesheets/pages/productivity_analytics.scss
+0
-1
ee/changelogs/unreleased/259647-analytics-date-picker-labels-are-not-centre-aligned.yml
...7-analytics-date-picker-labels-are-not-centre-aligned.yml
+5
-0
No files found.
ee/app/assets/javascripts/analytics/cycle_analytics/components/base.vue
View file @
23f36c9f
...
...
@@ -206,7 +206,7 @@ export default {
>
<projects-dropdown-filter
:key=
"currentGroup.id"
class=
"js-projects-dropdown-filter project-select"
class=
"js-projects-dropdown-filter project-select
gl-mb-2 gl-lg-mb-0
"
:group-id=
"currentGroup.id"
:group-namespace=
"currentGroupPath"
:query-params=
"projectsQueryParams"
...
...
ee/app/assets/javascripts/analytics/merge_request_analytics/components/app.vue
View file @
23f36c9f
...
...
@@ -48,7 +48,7 @@ export default {
<div
class=
"gl-display-flex gl-flex-direction-column gl-lg-flex-direction-row gl-justify-content-space-between gl-bg-gray-10 gl-border-t-solid gl-border-t-1 gl-border-t-gray-100 gl-border-b-solid gl-border-b-1 gl-border-b-gray-100 gl-py-3"
>
<filter-bar
class=
"gl-flex-grow-1 gl-lg-ml-3"
/>
<filter-bar
class=
"gl-flex-grow-1 gl-lg-ml-3
gl-mb-2 gl-lg-mb-0
"
/>
<date-range
:start-date=
"startDate"
:end-date=
"endDate"
...
...
ee/app/assets/javascripts/analytics/shared/components/daterange.vue
View file @
23f36c9f
...
...
@@ -90,8 +90,9 @@ export default {
:default-max-date=
"maxDate"
:same-day-selection=
"includeSelectedDate"
theme=
"animate-picker"
start-picker-class=
"js-daterange-picker-from
d-flex flex-column flex-lg-row align-items-lg-center mr-lg-2 mb-2 mb-md
-0"
start-picker-class=
"js-daterange-picker-from
gl-display-flex gl-flex-direction-column gl-lg-flex-direction-row gl-lg-align-items-center gl-lg-mr-3 gl-mb-2 gl-lg-mb
-0"
end-picker-class=
"js-daterange-picker-to d-flex flex-column flex-lg-row align-items-lg-center"
label-class=
"gl-mb-2 gl-lg-mb-0"
/>
<div
v-if=
"maxDateRange"
...
...
ee/app/assets/stylesheets/page_bundles/cycle_analytics.scss
View file @
23f36c9f
...
...
@@ -11,7 +11,6 @@
label
{
@include
media-breakpoint-up
(
lg
)
{
margin-bottom
:
0
;
margin-right
:
$gl-padding-4
;
}
}
...
...
ee/app/assets/stylesheets/pages/productivity_analytics.scss
View file @
23f36c9f
...
...
@@ -58,7 +58,6 @@
label
{
@include
media-breakpoint-up
(
lg
)
{
margin-bottom
:
0
;
margin-right
:
$gl-padding-4
;
}
}
...
...
ee/changelogs/unreleased/259647-analytics-date-picker-labels-are-not-centre-aligned.yml
0 → 100644
View file @
23f36c9f
---
title
:
Align Analytics date picker labels
merge_request
:
44990
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