Skip to content

Commit daa99af

Browse files
kushthedudeniranjan94
authored andcommitted
fix: Making Ticket List compatible with mobile view (#3239)
1 parent eb06b4e commit daa99af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/public/ticket-list.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form class="ui form" {{action on='submit' preventDefault=true}}>
2-
<table class="ui very basic compact table" style="margin-bottom: 0">
2+
<table class="ui unstackable very basic compact table" style="margin-bottom: 0">
33
<thead class="full-width">
44
<tr>
55
<th>{{t 'Type'}}</th>

0 commit comments

Comments
 (0)