Commit e8ce0616 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '212549-padding-in-snippet-blob-header' into 'master'

Resolve "Padding in snippet blob header"  #212549

Closes #212549

See merge request gitlab-org/gitlab!29625
parents 9e4d4dec fa3c8f90
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
</template> </template>
</blob-filepath> </blob-filepath>
<div class="file-actions d-none d-sm-block"> <div class="file-actions d-none d-sm-flex">
<viewer-switcher v-if="showViewerSwitcher" v-model="viewer" /> <viewer-switcher v-if="showViewerSwitcher" v-model="viewer" />
<slot name="actions"></slot> <slot name="actions"></slot>
......
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
}; };
</script> </script>
<template> <template>
<gl-button-group class="js-blob-viewer-switcher ml-2"> <gl-button-group class="js-blob-viewer-switcher mx-2">
<gl-deprecated-button <gl-deprecated-button
v-gl-tooltip.hover v-gl-tooltip.hover
:aria-label="$options.SIMPLE_BLOB_VIEWER_TITLE" :aria-label="$options.SIMPLE_BLOB_VIEWER_TITLE"
......
---
title: Fix minor spacing issue at Snippet blob viewer
merge_request: 29625
author: Karthick Venkatesan
type: fixed
...@@ -9,7 +9,7 @@ exports[`Blob Header Default Actions rendering matches the snapshot 1`] = ` ...@@ -9,7 +9,7 @@ exports[`Blob Header Default Actions rendering matches the snapshot 1`] = `
/> />
<div <div
class="file-actions d-none d-sm-block" class="file-actions d-none d-sm-flex"
> >
<viewer-switcher-stub <viewer-switcher-stub
value="simple" value="simple"
......
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