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 {
newIssue (id, issue) {
return this.issues.save({ id }, {
issue: {
title: issue.title
}
issue
});
}
};
......@@ -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;
......
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