Skip to content

Commit 34df828

Browse files
author
DIVYAM TAYAL
authored
fix: table with ticket details is not responsive in phone (#5662)
1 parent 70c2285 commit 34df828

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,6 +1,6 @@
11
{{!-- Removed `Currency Symbol` helper from the `paymentCurrency` since some currency are not getting rendered. Hotfix until a permanent solution found --}}
22
<form class="ui form" {{action on='submit' preventDefault=true}}>
3-
<table class="ui unstackable very basic compact table" style="margin-bottom: 0">
3+
<table class="ui stackable very basic compact table" style="margin-bottom: 0">
44
<thead class="full-width">
55
<tr>
66
<th>{{t 'Type'}}</th>

0 commit comments

Comments
 (0)