Fix alignment of MR conflict resolution
This commit is contained in:
parent
1956a8a737
commit
95685cafc9
2 changed files with 1 additions and 7 deletions
|
@ -46,12 +46,6 @@ a {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.form-control,
|
||||
.search form {
|
||||
// Bootstrap 4 does not have a height
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
table {
|
||||
// Remove any table border lines
|
||||
border-spacing: 0;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
.max-width-marker
|
||||
%textarea.form-control.js-commit-message#commit-message{ "v-model" => "conflictsData.commitMessage", "rows" => "5" }
|
||||
.form-group.row
|
||||
.col-md-offset-4.col-md-8
|
||||
.offset-md-4.col-md-8
|
||||
.row
|
||||
.col-6
|
||||
%button.btn.btn-success.js-submit-button{ type: "button", "@click" => "commit()", ":disabled" => "!readyToCommit" }
|
||||
|
|
Loading…
Reference in a new issue