Commit 977fb981 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'jivanvl-replace-prepend-left-20-project-graph' into 'master'

Replace prepend-left-20 class in graphs

See merge request gitlab-org/gitlab!48067
parents ad24346b 99d177c5
...@@ -389,7 +389,6 @@ img.emoji { ...@@ -389,7 +389,6 @@ img.emoji {
See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details. See https://gitlab.com/gitlab-org/gitlab/-/issues/217418 for more details.
**/ **/
.prepend-top-20 { margin-top: 20px; } .prepend-top-20 { margin-top: 20px; }
.prepend-left-20 { margin-left: 20px; }
.append-bottom-20 { margin-bottom: 20px; } .append-bottom-20 { margin-bottom: 20px; }
.ml-10 { margin-left: 4.5rem; } .ml-10 { margin-left: 4.5rem; }
.inline { display: inline-block; } .inline { display: inline-block; }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
= text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: _("Git revision"), class: 'search-input form-control input-mx-250 search-sha' = text_field_tag :extended_sha1, @options[:extended_sha1], placeholder: _("Git revision"), class: 'search-input form-control input-mx-250 search-sha'
= button_tag class: 'btn btn-success' do = button_tag class: 'btn btn-success' do
= sprite_icon('search') = sprite_icon('search')
.inline.prepend-left-20 .inline.gl-ml-5
.form-check.light .form-check.light
= check_box_tag :filter_ref, 1, @options[:filter_ref], class: 'form-check-input' = check_box_tag :filter_ref, 1, @options[:filter_ref], class: 'form-check-input'
= label_tag :filter_ref, class: 'form-check-label' do = label_tag :filter_ref, class: 'form-check-label' do
......
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