Skip to content

Commit 1c06784

Browse files
taylordolanthejsj
authored andcommitted
clean up
1 parent 94f4c81 commit 1c06784

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

client/assets/styles/scss/views/views-new-service.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@
4444
}
4545
}
4646

47-
.label-branch {
48-
margin-top: -$sm;
49-
}
50-
5147
// for branch selector
5248
.btn-wrapped {
5349
@extend %btn-md;
54-
display: block;
55-
font-weight: 400;
50+
display: flex;
51+
flex: 1 1 auto;
52+
justify-content: space-between;
5653
padding-left: 8px;
57-
width: 100%;
54+
55+
.icons-branch {
56+
top: 9px;
57+
}
5858
}
5959

6060
// for the nested compose test file

client/directives/components/newContainer/forms/configureNewServiceView.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ section.grid-block.vertical.modal-body(
5757
)
5858

5959
//- default branch selector
60-
form.grid-block.vertical.label.label-branch(
60+
label.grid-block.vertical.label(
6161
ng-if = "NCC.state.dockerFileTab === 'compose' && $root.featureFlags.composeDefaultBranch"
6262
ng-include = "'defaultBranchView'"
6363
)
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
label
2-
.padding-xxs.small.label-sm Branch
3-
div(
4-
auto-update = "true"
5-
branch-selector
6-
loading-promises-target = "editServerModal"
7-
state = "state"
8-
)
9-
small.padding-xxs.small Select the first branch you want to add.
1+
.padding-xxs.small.label-sm Initial Branch
2+
.grid-block(
3+
auto-update = "true"
4+
branch-selector
5+
loading-promises-target = "editServerModal"
6+
state = "state"
7+
)
8+
small.padding-xxs.small Select the first branch you want to add.

0 commit comments

Comments
 (0)