Merge branch 'backport-widget-changes' into 'master'
Backport mr widget changes from EE See merge request gitlab-org/gitlab-ce!20598
This commit is contained in:
commit
07866b040e
3 changed files with 6 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
</script>
|
||||
<template>
|
||||
<div class="space-children d-flex append-right-10">
|
||||
<div class="space-children d-flex append-right-10 widget-status-icon">
|
||||
<div
|
||||
v-if="isLoading"
|
||||
class="mr-widget-icon"
|
||||
|
|
|
@ -233,7 +233,7 @@ export default {
|
|||
<status-icon :status="iconClass" />
|
||||
<div class="media-body">
|
||||
<div class="mr-widget-body-controls media space-children">
|
||||
<span class="btn-group append-bottom-5">
|
||||
<span class="btn-group">
|
||||
<button
|
||||
:disabled="isMergeButtonDisabled"
|
||||
:class="mergeButtonClass"
|
||||
|
|
|
@ -214,6 +214,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.widget-status-icon {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.mr-widget-body {
|
||||
line-height: 28px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue