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
3328ce94
Commit
3328ce94
authored
Feb 12, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
da9627e3
d29e81b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
app/assets/javascripts/boards/components/board_list.vue
app/assets/javascripts/boards/components/board_list.vue
+1
-1
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+7
-0
No files found.
app/assets/javascripts/boards/components/board_list.vue
View file @
3328ce94
...
...
@@ -221,7 +221,7 @@ export default {
</
script
>
<
template
>
<div
class=
"board-list-component
d-flex flex-column
"
>
<div
class=
"board-list-component"
>
<div
v-if=
"loading"
class=
"board-list-loading text-center"
aria-label=
"Loading issues"
>
<gl-loading-icon
/>
</div>
...
...
app/assets/stylesheets/pages/boards.scss
View file @
3328ce94
...
...
@@ -201,6 +201,13 @@
display
:
none
;
}
}
&
:not
(
.is-collapsed
)
{
.board-list-component
{
display
:
flex
;
flex-direction
:
column
;
}
}
}
.board-inner
{
...
...
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