Skip to content

Commit 08c7ddf

Browse files
committed
fixed spacing issue
1 parent 74f49f4 commit 08c7ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/templates/orders/view.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
@data={{this.model.order}} />
3232
<br/>
3333
{{#if (eq this.model.order.user.id this.authManager.currentUser.id)}}
34-
<div class="d-flex space-between">
35-
<button class="ui labeled icon {{if this.isLoadingTickets 'loading'}} {{if this.device.isMobile 'fluid'}} button"
34+
<div class="ui padded grid">
35+
<button class="ui labeled icon left floated seven wide column {{if this.isLoadingTickets 'loading'}} {{if this.device.isMobile 'fluid'}} button"
3636
{{action this.downloadTickets this.model.event.name this.model.order.identifier}}>
3737
<i class="download icon"></i>
3838
{{t 'All Tickets'}}
3939
</button>
4040
<button {{action 'downloadInvoice' this.model.event.name this.model.order.identifier }}
41-
class="ui labeled icon blue {{if this.isLoadingInvoice 'loading'}} {{if this.device.isMobile 'fluid'}} button">
41+
class="ui labeled icon blue right floated eight wide column {{if this.isLoadingInvoice 'loading'}} {{if this.device.isMobile 'fluid'}} button">
4242
<i class="file alternate icon"></i>
4343
{{t 'Download Invoice'}}
4444
</button>

0 commit comments

Comments
 (0)