Commit 95685caf authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix alignment of MR conflict resolution

parent 1956a8a7
...@@ -46,12 +46,6 @@ a { ...@@ -46,12 +46,6 @@ a {
text-align: right; text-align: right;
} }
.form-control,
.search form {
// Bootstrap 4 does not have a height
height: 34px;
}
table { table {
// Remove any table border lines // Remove any table border lines
border-spacing: 0; border-spacing: 0;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
.max-width-marker .max-width-marker
%textarea.form-control.js-commit-message#commit-message{ "v-model" => "conflictsData.commitMessage", "rows" => "5" } %textarea.form-control.js-commit-message#commit-message{ "v-model" => "conflictsData.commitMessage", "rows" => "5" }
.form-group.row .form-group.row
.col-md-offset-4.col-md-8 .offset-md-4.col-md-8
.row .row
.col-6 .col-6
%button.btn.btn-success.js-submit-button{ type: "button", "@click" => "commit()", ":disabled" => "!readyToCommit" } %button.btn.btn-success.js-submit-button{ type: "button", "@click" => "commit()", ":disabled" => "!readyToCommit" }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment