Fixed compare ellipsis messing with layout
This commit is contained in:
parent
e647af3637
commit
a74dfa301e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
= button_tag type: 'button', class: "form-control compare-dropdown-toggle js-compare-dropdown", required: true, data: { refs_url: refs_namespace_project_path(@project.namespace, @project), toggle: "dropdown", target: ".js-compare-from-dropdown", selected: params[:from], field_name: :from } do
|
= button_tag type: 'button', class: "form-control compare-dropdown-toggle js-compare-dropdown", required: true, data: { refs_url: refs_namespace_project_path(@project.namespace, @project), toggle: "dropdown", target: ".js-compare-from-dropdown", selected: params[:from], field_name: :from } do
|
||||||
.dropdown-toggle-text= params[:from] || 'Select branch/tag'
|
.dropdown-toggle-text= params[:from] || 'Select branch/tag'
|
||||||
= render "ref_dropdown"
|
= render "ref_dropdown"
|
||||||
.compare-ellipsis ...
|
.compare-ellipsis.inline ...
|
||||||
.form-group.dropdown.compare-form-group.to.js-compare-to-dropdown
|
.form-group.dropdown.compare-form-group.to.js-compare-to-dropdown
|
||||||
.input-group.inline-input-group
|
.input-group.inline-input-group
|
||||||
%span.input-group-addon to
|
%span.input-group-addon to
|
||||||
|
|
Loading…
Reference in a new issue