Commit 494c32cc authored by Denys Mishunov's avatar Denys Mishunov Committed by Illya Klymov

Right aligned Clone dropdown for snippets

parent 10a69a10
......@@ -45,7 +45,7 @@ export default {
};
</script>
<template>
<gl-new-dropdown :text="$options.labels.defaultLabel" category="primary" variant="info">
<gl-new-dropdown right :text="$options.labels.defaultLabel" category="primary" variant="info">
<div class="pb-2 mx-1">
<template v-if="sshLink">
<gl-new-dropdown-header>{{ $options.labels.ssh }}</gl-new-dropdown-header>
......
---
title: Right-aligned Clone dropdown for snippets
merge_request: 39446
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