Skip to content

Commit

Permalink
Hide 'View Issues' buttons in small screens
Browse files Browse the repository at this point in the history
Fixes #21794
  • Loading branch information
syncguru authored and vboctor committed Oct 14, 2016
1 parent fc992f4 commit c1d04f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_view_inc.php
Expand Up @@ -313,7 +313,7 @@
<i class="1 ace-icon fa <?php echo $t_block_icon ?> bigger-125"></i>
</a>
</div>
<div class="widget-toolbar no-border">
<div class="widget-toolbar no-border hidden-xs">
<div class="widget-menu">
<?php print_small_button( $t_box_url, lang_get( 'view_bugs_link' ) ); ?>
</div>
Expand Down

0 comments on commit c1d04f9

Please sign in to comment.