Commit 917496be authored by Bryce Johnson's avatar Bryce Johnson

Style approve button with top-margin.

parent 486c87a0
......@@ -39,7 +39,7 @@
gl.ApprovalsStore.initStoreOnce();
},
template: `
<div v-if='showApprovalsBody'>
<div class='approvals-body' v-if='showApprovalsBody'>
<h4> Requires {{ approvalsRequiredStringified }} (from {{ approverNamesStringified }})</h4>
<div v-if='showApproveButton' class='append-bottom-10'>
<button
......
......@@ -428,6 +428,11 @@
padding-right: 0;
}
}
.approvals-body {
.approve-btn {
margin-top: 20px;
}
}
.approvals-footer {
display: flex;
......
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