Fix alignment of MR conflict resolution

上级 1956a8a7
......@@ -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" }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册