Commit 0f222b10 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'loading-space-todo' into 'master'

Add Space before loading icon in toggle todo button

See merge request gitlab-org/gitlab!53463
parents f1f59ae1 f2995362
......@@ -12,4 +12,4 @@
data: todo_button_data }
%span.issuable-todo-inner.js-issuable-todo-inner<
= is_collapsed ? button_icon : button_title
= loading_icon
= loading_icon(css_class: is_collapsed ? '' : 'gl-ml-3')
---
title: Add Space before loading icon in toggle todo button
merge_request: 53463
author: Yogi (@yo)
type: other
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