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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
8af7c325
Commit
8af7c325
authored
Oct 04, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the CSS a bit more reasonable
Changed how the data is passed into Vue resource
parent
da8998f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
app/assets/javascripts/boards/services/board_service.js.es6
app/assets/javascripts/boards/services/board_service.js.es6
+1
-3
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+2
-4
No files found.
app/assets/javascripts/boards/services/board_service.js.es6
View file @
8af7c325
...
...
@@ -61,9 +61,7 @@ class BoardService {
newIssue (id, issue) {
return this.issues.save({ id }, {
issue: {
title: issue.title
}
issue
});
}
};
app/assets/stylesheets/pages/boards.scss
View file @
8af7c325
...
...
@@ -164,7 +164,7 @@ lex
overflow-x
:
hidden
;
&
.is-smaller
{
height
:
calc
(
100%
-
185px
);
height
:
calc
(
100%
-
185px
);
}
}
...
...
@@ -257,9 +257,7 @@ lex
padding-left
:
10px
;
line-height
:
21px
;
border-radius
:
$border-radius-base
;
border-color
:
$border-color
;
border-style
:
solid
;
border-width
:
1px
;
border
:
1px
solid
$border-color
;
&
.has-btn
{
border-top-right-radius
:
0
;
...
...
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