Skip to content

Commit 7c805e5

Browse files
snitin315iamareebjamal
authored andcommitted
fix: ticketing system buttons alignment (#3614)
1 parent 128a12e commit 7c805e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/templates/components/forms/wizard/basic-details-step.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@
189189
</h3>
190190
{{/if}}
191191
</div>
192-
<button type="button" class="ui blue small button" {{action 'addTicket' 'free' data.event.tickets.length}}>
192+
<button type="button" class="ui blue small button {{if device.isMobile 'field fluid'}}" {{action 'addTicket' 'free' data.event.tickets.length}}>
193193
<i class="large icons basic-details">
194194
<i class="smile icon"></i>
195195
<i class="inverted corner add icon"></i>
196196
</i>
197197
{{t 'Free Ticket'}}
198198
</button>
199-
<button type="button" class="ui blue small button" {{action 'addTicket' 'paid' data.event.tickets.length}}>
199+
<button type="button" class="ui blue small button {{if device.isMobile 'field fluid'}}" {{action 'addTicket' 'paid' data.event.tickets.length}}>
200200
<i class="large icons basic-details">
201201
<i class="dollar icon"></i>
202202
<i class="inverted corner add icon"></i>
@@ -210,7 +210,7 @@
210210
</div>
211211
{{/if}} --}}
212212

213-
<button type="button" class="ui blue small button" {{action 'addTicket' 'donation' data.event.tickets.length}}>
213+
<button type="button" class="ui blue small button {{if device.isMobile 'field fluid'}}" {{action 'addTicket' 'donation' data.event.tickets.length}}>
214214
<i class="large icons basic-details">
215215
<i class="heart icon"></i>
216216
<i class="inverted corner add icon"></i>

0 commit comments

Comments
 (0)