Merge pull request #2791 from mlorb/ml-sci-4928

Fix Collapse and expand buttons position [SCI-4928]
This commit is contained in:
mlorb 2020-08-13 13:22:30 +02:00 committed by GitHub
commit 02ff9b7cbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -11,8 +11,6 @@
display: flex;
.add-result-dropdown {
margin-right: auto;
li {
cursor: pointer;
padding: .5em 1em;
@ -31,6 +29,10 @@
}
}
.collapse-expand-result {
margin-left: auto;
}
.sort-result-dropdown {
margin-left: .5em;

View file

@ -30,7 +30,7 @@
</ul>
</div>
<% end %>
<div class="sci-btn-group">
<div class="sci-btn-group collapse-expand-result">
<button class="btn btn-light" id="results-collapse-btn">
<span class="fas fa-caret-up"></span>
<span class="hidden-xs-custom"><%= t'my_modules.results.collapse_label' %></span>