Fixed tooltip & spacing of merge request icon in IDE

Closes #46123, #46121
This commit is contained in:
Phil Hughes 2018-05-08 09:18:45 +01:00
parent 0a46bf70b6
commit dbe81dda3a
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -16,8 +16,8 @@ export default {
<icon
name="git-merge"
v-tooltip
title="__('Part of merge request changes')"
css-classes="ide-file-changed-icon"
:title="__('Part of merge request changes')"
css-classes="append-right-8"
:size="12"
/>
</template>