Skip to content

Commit

Permalink
Consistently display xs class before md class
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 11, 2019
1 parent 035edbe commit 04e5223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_view_page.php
Expand Up @@ -157,7 +157,7 @@
</div>

<?php if( $t_timeline_view_threshold_access ) { ?>
<div class="col-md-5 col-xs-12">
<div class="col-xs-12 col-md-5">
<?php
# Build a simple filter that gets all bugs for current project
$g_timeline_filter = array();
Expand Down

0 comments on commit 04e5223

Please sign in to comment.