Commit f2995362 authored by Yogi's avatar Yogi Committed by Kushal Pandya

Add Space before loading icon in toggle todo button

parent 8b6f1184
......@@ -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