Commit 55ddd809 authored by David O'Regan's avatar David O'Regan

Merge branch 'anna/fix-time-tracker-loading-spacing' into 'master'

Fixed spacing for the loading icon in time tracker

See merge request gitlab-org/gitlab!85335
parents 5bce4581 06b1c35c
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
class="hide-collapsed gl-line-height-20 gl-text-gray-900 gl-display-flex gl-align-items-center" class="hide-collapsed gl-line-height-20 gl-text-gray-900 gl-display-flex gl-align-items-center"
> >
{{ __('Time tracking') }} {{ __('Time tracking') }}
<gl-loading-icon v-if="isTimeTrackingInfoLoading" size="sm" inline /> <gl-loading-icon v-if="isTimeTrackingInfoLoading" size="sm" class="gl-ml-2" inline />
<gl-button <gl-button
:data-testid="showHelpState ? 'closeHelpButton' : 'helpButton'" :data-testid="showHelpState ? 'closeHelpButton' : 'helpButton'"
category="tertiary" category="tertiary"
......
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