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 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
Original file line number Diff line number Diff 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 )
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