Commit 61162a9f authored by Denys Mishunov's avatar Denys Mishunov

Added side margin to Clone button

On the Snippet view with "Clone" button visible, there's not enough
right margin to comply with Pajamas. This MR fixes this issue.
parent e41272e8
......@@ -75,6 +75,7 @@ export default {
<template #actions>
<clone-dropdown-button
v-if="canBeCloned"
class="mr-2"
:ssh-link="snippet.sshUrlToRepo"
:http-link="snippet.httpUrlToRepo"
/>
......
---
title: Added right margin to Clone Snippet button
merge_request: 30471
author:
type: fixed
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