Commit 920a0b82 authored by Bryce Johnson's avatar Bryce Johnson

Add top spacing to turn-on button.

parent 97f9b369
......@@ -17,4 +17,8 @@
margin-left: 20px;
}
}
.turn-on-btn-container {
margin-top: 10px;
}
}
......@@ -20,5 +20,5 @@
= link_to 'Read more', help_page_path('user/project/service_desk')
- if !service_desk_enabled
%div.configure-btn-container
%div.turn-on-btn-container
= link_to "Turn on Service Desk", edit_project_path(@project), class: 'btn btn-new btn-inverted'
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