Skip to content

Commit

Permalink
fix: Making Ticket List compatible with mobile view (#3239)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushthedude authored and niranjan94 committed Jul 4, 2019
1 parent eb06b4e commit daa99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/components/public/ticket-list.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form class="ui form" {{action on='submit' preventDefault=true}}>
<table class="ui very basic compact table" style="margin-bottom: 0">
<table class="ui unstackable very basic compact table" style="margin-bottom: 0">
<thead class="full-width">
<tr>
<th>{{t 'Type'}}</th>
Expand Down

0 comments on commit daa99af

Please sign in to comment.