Commit b0d64e5f authored by Denys Mishunov's avatar Denys Mishunov

Replacing bootstrap utilities with gl-*

As per maintainer's review
parent fa917599
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
<template v-else> <template v-else>
<snippet-header :snippet="snippet" /> <snippet-header :snippet="snippet" />
<snippet-title :snippet="snippet" /> <snippet-title :snippet="snippet" />
<blob-embeddable v-if="embeddable" class="mb-3" :url="snippet.webUrl" /> <blob-embeddable v-if="embeddable" class="gl-mb-5" :url="snippet.webUrl" />
<div v-for="blob in blobs" :key="blob.path"> <div v-for="blob in blobs" :key="blob.path">
<snippet-blob :snippet="snippet" :blob="blob" /> <snippet-blob :snippet="snippet" :blob="blob" />
</div> </div>
......
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
<template #actions> <template #actions>
<clone-dropdown-button <clone-dropdown-button
v-if="canBeCloned" v-if="canBeCloned"
class="mr-2" class="gl-mr-3"
:ssh-link="snippet.sshUrlToRepo" :ssh-link="snippet.sshUrlToRepo"
:http-link="snippet.httpUrlToRepo" :http-link="snippet.httpUrlToRepo"
data-qa-selector="clone_button" data-qa-selector="clone_button"
......
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