Skip to content

Commit

Permalink
Merge pull request #6870 from guerler/fix_slider_container
Browse files Browse the repository at this point in the history
Use fluid container for slider to get full width
  • Loading branch information
martenson committed Oct 15, 2018
2 parents 2a422fa + 6a94b18 commit c42cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/ui/ui-slider.js
Expand Up @@ -133,7 +133,7 @@ var View = Backbone.View.extend({

/** Slider template */
_template: function() {
return `<div class="ui-form-slider container">
return `<div class="ui-form-slider container-fluid">
<div class="row">
<input class="ui-form-slider-text form-control" type="text"/>
<div class="ui-form-slider-element col mt-1"/>
Expand Down

0 comments on commit c42cd4b

Please sign in to comment.