Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordolan authored and thejsj committed May 25, 2017
1 parent 94f4c81 commit 1c06784
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
14 changes: 7 additions & 7 deletions client/assets/styles/scss/views/views-new-service.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
}
}

.label-branch {
margin-top: -$sm;
}

// for branch selector
.btn-wrapped {
@extend %btn-md;
display: block;
font-weight: 400;
display: flex;
flex: 1 1 auto;
justify-content: space-between;
padding-left: 8px;
width: 100%;

.icons-branch {
top: 9px;
}
}

// for the nested compose test file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ section.grid-block.vertical.modal-body(
)

//- default branch selector
form.grid-block.vertical.label.label-branch(
label.grid-block.vertical.label(
ng-if = "NCC.state.dockerFileTab === 'compose' && $root.featureFlags.composeDefaultBranch"
ng-include = "'defaultBranchView'"
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
label
.padding-xxs.small.label-sm Branch
div(
auto-update = "true"
branch-selector
loading-promises-target = "editServerModal"
state = "state"
)
small.padding-xxs.small Select the first branch you want to add.
.padding-xxs.small.label-sm Initial Branch
.grid-block(
auto-update = "true"
branch-selector
loading-promises-target = "editServerModal"
state = "state"
)
small.padding-xxs.small Select the first branch you want to add.

0 comments on commit 1c06784

Please sign in to comment.