Skip to content

Commit e8cb96b

Browse files
fix: making table with ticket details compatible with phone (#3583)
* fix : making table responsive with ticket details * making segment compact for mobile * adding x-scrollable to ticket table segment * removing "if device.isMobile" . * removing price icon from the price table heading * Update index.hbs * Update index.hbs * fix build Co-authored-by: Abhinav Khare <[email protected]>
1 parent 25b1a76 commit e8cb96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<tr>
66
<th>{{t 'Type'}}</th>
77
<th class="four wide">{{t 'Sales Ends'}}</th>
8-
<th class="ui three wide">{{t 'Price'}}</th>
8+
<th class="ui three wide single line">{{t 'Ticket Price'}}</th>
99
<th class="one wide">{{t 'Quantity'}}</th>
1010
<th class="ui right aligned two wide">{{t 'Subtotal'}}</th>
1111
</tr>

app/templates/public/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="ui segment">
1212
<h3 class="ui header">{{t 'Tickets'}}</h3>
1313
</div>
14-
<div class="ui segment">
14+
<div class="ui segment x-scrollable">
1515
{{public/ticket-list eventCurrency=model.event.paymentCurrency
1616
ticketUrl=model.event.ticketUrl
1717
data=model.tickets

0 commit comments

Comments
 (0)