Commit 7f2819b7 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch '18962-update-issues-button-jumps' into 'master'

Align bulk update issues button to the right

Closes #18962

See merge request !8591
parents d1c313b2 5103cfd0
......@@ -4,6 +4,21 @@
&.reset-filters {
padding: 7px;
}
&.update-issues-btn {
float: right;
margin-right: 0;
@media (max-width: $screen-xs-max) {
float: none;
}
}
}
.filters-section {
@media (max-width: $screen-xs-max) {
display: inline-block;
}
}
@media (min-width: $screen-sm-min) {
......@@ -34,6 +49,11 @@
display: block;
margin: 0 0 10px;
}
.dropdown-menu-toggle,
.update-issues-btn .btn {
width: 100%;
}
}
.filtered-search-container {
......@@ -111,7 +131,15 @@
overflow: auto;
}
@media (max-width: $screen-xs-min) {
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
.issues-details-filters {
.dropdown-menu-toggle {
width: 100px;
}
}
}
@media (max-width: $screen-xs-max) {
.issues-details-filters {
padding: 0 0 10px;
background-color: $white-light;
......@@ -205,4 +233,4 @@
.filter-dropdown-loading {
padding: 8px 16px;
}
\ No newline at end of file
}
......@@ -100,8 +100,7 @@
@media (max-width: $screen-sm-max) {
.issues-filters {
.milestone-filter,
.labels-filter {
.milestone-filter {
display: none;
}
}
......
......@@ -112,7 +112,7 @@
= hidden_field_tag 'update[issuable_ids]', []
= hidden_field_tag :state_event, params[:state_event]
.filter-item.inline
.filter-item.inline.update-issues-btn
= button_tag "Update #{type.to_s.humanize(capitalize: false)}", class: "btn update_selected_issues btn-save"
:javascript
......
---
title: Align bulk update issues button to the right
merge_request:
author:
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