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
80cfbb71
Commit
80cfbb71
authored
Nov 09, 2020
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce spacing around Swimlanes
parent
2116bb0c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ee/app/assets/javascripts/boards/components/epic_lane.vue
ee/app/assets/javascripts/boards/components/epic_lane.vue
+3
-3
ee/app/assets/javascripts/boards/components/epics_swimlanes.vue
.../assets/javascripts/boards/components/epics_swimlanes.vue
+2
-2
No files found.
ee/app/assets/javascripts/boards/components/epic_lane.vue
View file @
80cfbb71
...
...
@@ -118,7 +118,7 @@ export default {
<
template
>
<div>
<div
class=
"board-epic-lane gl-sticky gl-left-0 gl-display-inline-block"
>
<div
class=
"gl-p
y
-5 gl-px-3 gl-display-flex gl-align-items-center"
>
<div
class=
"gl-p
b
-5 gl-px-3 gl-display-flex gl-align-items-center"
>
<gl-button
v-gl-tooltip
.
hover
.
right
:aria-label=
"chevronTooltip"
...
...
@@ -131,7 +131,7 @@ export default {
/>
<h4
ref=
"epicTitle"
class=
"gl-mr-3 gl-font-weight-bold gl-font-base gl-white-space-nowrap gl-text-overflow-ellipsis gl-overflow-hidden"
class=
"gl-m
y-0 gl-m
r-3 gl-font-weight-bold gl-font-base gl-white-space-nowrap gl-text-overflow-ellipsis gl-overflow-hidden"
>
{{
epic
.
title
}}
</h4>
...
...
@@ -158,7 +158,7 @@ export default {
<gl-loading-icon
v-if=
"isLoading"
class=
"gl-p-2"
/>
</div>
</div>
<div
v-if=
"!isCollapsed"
class=
"gl-display-flex"
data-testid=
"board-epic-lane-issues"
>
<div
v-if=
"!isCollapsed"
class=
"gl-display-flex
gl-pb-5
"
data-testid=
"board-epic-lane-issues"
>
<issues-lane-list
v-for=
"list in lists"
:key=
"`${list.id}-issues`"
...
...
ee/app/assets/javascripts/boards/components/epics_swimlanes.vue
View file @
80cfbb71
...
...
@@ -107,7 +107,7 @@ export default {
<component
:is=
"treeRootWrapper"
v-bind=
"treeRootOptions"
class=
"board-swimlanes-headers gl-display-table gl-sticky gl-pt-5 gl-bg-white gl-top-0 gl-z-index-3"
class=
"board-swimlanes-headers gl-display-table gl-sticky gl-pt-5 gl-
mb-5 gl-
bg-white gl-top-0 gl-z-index-3"
data-testid=
"board-swimlanes-headers"
@
end=
"handleDragOnEnd"
>
...
...
@@ -140,7 +140,7 @@ export default {
:can-admin-list=
"canAdminList"
/>
<div
class=
"board-lane-unassigned-issues-title gl-sticky gl-display-inline-block gl-left-0"
>
<div
class=
"gl-left-0 gl-p
y
-5 gl-px-3 gl-display-flex gl-align-items-center"
>
<div
class=
"gl-left-0 gl-p
b
-5 gl-px-3 gl-display-flex gl-align-items-center"
>
<span
class=
"gl-mr-3 gl-font-weight-bold gl-white-space-nowrap gl-text-overflow-ellipsis gl-overflow-hidden"
>
...
...
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