Commit 48f51b08 authored by Illya Klymov's avatar Illya Klymov

Merge branch '233957-clone-button-position' into 'master'

Right aligned Clone dropdown for snippets

See merge request gitlab-org/gitlab!39446
parents 36aad947 5cee777c
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
}; };
</script> </script>
<template> <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"> <div class="pb-2 mx-1">
<template v-if="sshLink"> <template v-if="sshLink">
<gl-new-dropdown-header>{{ $options.labels.ssh }}</gl-new-dropdown-header> <gl-new-dropdown-header>{{ $options.labels.ssh }}</gl-new-dropdown-header>
......
---
title: Right-aligned Clone dropdown for snippets
merge_request: 39446
author:
type: fixed
...@@ -4,6 +4,7 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = ` ...@@ -4,6 +4,7 @@ exports[`Clone Dropdown Button rendering matches the snapshot 1`] = `
<gl-new-dropdown-stub <gl-new-dropdown-stub
category="primary" category="primary"
headertext="" headertext=""
right=""
size="medium" size="medium"
text="Clone" text="Clone"
variant="info" variant="info"
......
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