diff --git a/app/app/styles/section/github.scss b/app/app/styles/section/github.scss index 5e40b77d..3ad6a0d5 100644 --- a/app/app/styles/section/github.scss +++ b/app/app/styles/section/github.scss @@ -26,9 +26,31 @@ .github-list-checkbox { vertical-align: text-bottom; } + +.github-issue-label { + font-size: 11px; + color: white; + padding: 0px 4px; + margin-right: 5px; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12); + display: inline-block; + line-height: 22px; + } } .section-github-render { + .github-issue-label { + font-size: 11px; + color: white; + padding: 0px 4px; + margin-right: 5px; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12); + display: inline-block; + line-height: 22px; + } + .github-board { width: 100%; white-space: nowrap; @@ -102,16 +124,6 @@ text-overflow: ellipsis; width: 90%; - .github-issue-label { - font-size: 11px; - color: white; - padding: 0px 4px; - margin-right: 5px; - border-radius: 2px; - box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12); - display: inline-block; - } - .label-name { font-size: 16px; font-family: "open_sanssemibold"; diff --git a/app/app/templates/components/section/github/type-editor.hbs b/app/app/templates/components/section/github/type-editor.hbs index 7e5cf489..28ac93e7 100644 --- a/app/app/templates/components/section/github/type-editor.hbs +++ b/app/app/templates/components/section/github/type-editor.hbs @@ -1,14 +1,10 @@ - - -{{#section/base-editor document=document folder=folder page=page busy=busy - tip="GitHub is how people build software. (https://github.com)" - isDirty=(action 'isDirty') onCancel=(action 'onCancel') onAction=(action 'onAction')}} +{{#section/base-editor document=document folder=folder page=page busy=busy tip="GitHub is how people build software. (https://github.com)" isDirty=(action 'isDirty') onCancel=(action 'onCancel') onAction=(action 'onAction')}}