Commit c246a537 authored by Phil Hughes's avatar Phil Hughes Committed by Miguel Rincon

Fix vertical alignment of compare changes button

parent fcb5d0dd
...@@ -141,6 +141,7 @@ export default { ...@@ -141,6 +141,7 @@ export default {
variant="link" variant="link"
:icon="descriptionVersionToggleIcon" :icon="descriptionVersionToggleIcon"
data-testid="compare-btn" data-testid="compare-btn"
class="gl-vertical-align-text-bottom"
@click="toggleDescriptionVersion" @click="toggleDescriptionVersion"
>{{ __('Compare with previous version') }}</gl-button >{{ __('Compare with previous version') }}</gl-button
> >
...@@ -149,6 +150,7 @@ export default { ...@@ -149,6 +150,7 @@ export default {
:icon="showLines ? 'chevron-up' : 'chevron-down'" :icon="showLines ? 'chevron-up' : 'chevron-down'"
variant="link" variant="link"
data-testid="outdated-lines-change-btn" data-testid="outdated-lines-change-btn"
class="gl-vertical-align-text-bottom"
@click="toggleDiff" @click="toggleDiff"
> >
{{ __('Compare changes') }} {{ __('Compare changes') }}
......
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