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
010bca71
Commit
010bca71
authored
Dec 20, 2021
by
Eulyeon Ko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make time track help state top margin consistent
- Removes duplicated css Changelog: fixed
parent
16ac36f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
16 deletions
+2
-16
app/assets/javascripts/boards/components/board_content_sidebar.vue
...s/javascripts/boards/components/board_content_sidebar.vue
+1
-1
ee/app/assets/stylesheets/page_bundles/boards.scss
ee/app/assets/stylesheets/page_bundles/boards.scss
+0
-12
ee/spec/frontend/boards/components/__snapshots__/board_content_sidebar_spec.js.snap
...mponents/__snapshots__/board_content_sidebar_spec.js.snap
+1
-3
No files found.
app/assets/javascripts/boards/components/board_content_sidebar.vue
View file @
010bca71
...
...
@@ -200,7 +200,7 @@ export default {
/>
</
template
>
</div>
<board-sidebar-time-tracker
class=
"swimlanes-sidebar-time-tracker"
/>
<board-sidebar-time-tracker
/>
<sidebar-date-widget
:iid=
"activeBoardItem.iid"
:full-path=
"fullPath"
...
...
ee/app/assets/stylesheets/page_bundles/boards.scss
View file @
010bca71
...
...
@@ -94,15 +94,3 @@ $epic-icons-spacing: 40px;
max-width
:
calc
(
100vw
-
#{
$contextual-sidebar-width
}
-
#{
$gutter-width
}
-
#{
$epic-icons-spacing
}
);
}
}
.swimlanes-sidebar-time-tracker
{
.time-tracking-help-state
{
margin
:
16px
-24px
0
;
@include
gl-px-6
;
@include
gl-py-2
;
@include
gl-border-gray-100
;
@include
gl-border-t-solid
;
@include
gl-border-t-1
;
@include
gl-border-b-0
;
}
}
ee/spec/frontend/boards/components/__snapshots__/board_content_sidebar_spec.js.snap
View file @
010bca71
...
...
@@ -57,9 +57,7 @@ exports[`ee/BoardContentSidebar matches the snapshot 1`] = `
/>
</div>
<boardsidebartimetracker-stub
class="swimlanes-sidebar-time-tracker"
/>
<boardsidebartimetracker-stub />
<sidebardatewidget-stub
data-testid="sidebar-due-date"
...
...
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