File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/templates/components/forms/wizard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 189
189
</h3 >
190
190
{{ /if }}
191
191
</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 }} >
193
193
<i class =" large icons basic-details" >
194
194
<i class =" smile icon" ></i >
195
195
<i class =" inverted corner add icon" ></i >
196
196
</i >
197
197
{{ t ' Free Ticket' }}
198
198
</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 }} >
200
200
<i class =" large icons basic-details" >
201
201
<i class =" dollar icon" ></i >
202
202
<i class =" inverted corner add icon" ></i >
210
210
</div>
211
211
{{/if}} --}}
212
212
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 }} >
214
214
<i class =" large icons basic-details" >
215
215
<i class =" heart icon" ></i >
216
216
<i class =" inverted corner add icon" ></i >
You can’t perform that action at this time.
0 commit comments