Commit 8af7c325 authored by Phil Hughes's avatar Phil Hughes

Made the CSS a bit more reasonable

Changed how the data is passed into Vue resource
parent da8998f9
...@@ -61,9 +61,7 @@ class BoardService { ...@@ -61,9 +61,7 @@ class BoardService {
newIssue (id, issue) { newIssue (id, issue) {
return this.issues.save({ id }, { return this.issues.save({ id }, {
issue: { issue
title: issue.title
}
}); });
} }
}; };
...@@ -164,7 +164,7 @@ lex ...@@ -164,7 +164,7 @@ lex
overflow-x: hidden; overflow-x: hidden;
&.is-smaller { &.is-smaller {
height: calc(100% - 185px); height: calc(100% - 185px);
} }
} }
...@@ -257,9 +257,7 @@ lex ...@@ -257,9 +257,7 @@ lex
padding-left: 10px; padding-left: 10px;
line-height: 21px; line-height: 21px;
border-radius: $border-radius-base; border-radius: $border-radius-base;
border-color: $border-color; border: 1px solid $border-color;
border-style: solid;
border-width: 1px;
&.has-btn { &.has-btn {
border-top-right-radius: 0; border-top-right-radius: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment