File tree Expand file tree Collapse file tree 3 files changed +16
-17
lines changed
directives/components/newContainer/forms Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 44
44
}
45
45
}
46
46
47
- .label-branch {
48
- margin-top : - $sm ;
49
- }
50
-
51
47
// for branch selector
52
48
.btn-wrapped {
53
49
@extend %btn-md ;
54
- display : block ;
55
- font-weight : 400 ;
50
+ display : flex ;
51
+ flex : 1 1 auto ;
52
+ justify-content : space-between ;
56
53
padding-left : 8px ;
57
- width : 100% ;
54
+
55
+ .icons-branch {
56
+ top : 9px ;
57
+ }
58
58
}
59
59
60
60
// for the nested compose test file
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ section.grid-block.vertical.modal-body(
57
57
)
58
58
59
59
//- default branch selector
60
- form .grid-block.vertical.label.label-branch (
60
+ label .grid-block.vertical.label (
61
61
ng-if = "NCC.state.dockerFileTab === 'compose' && $root.featureFlags.composeDefaultBranch"
62
62
ng-include = "'defaultBranchView'"
63
63
)
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments