whitespace fix

This commit is contained in:
JapSeyz 2016-11-15 13:09:16 +01:00
parent ebccc45b52
commit 8f9e5f15af
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<style>
.ticket {
border: 1px solid {{$event->ticket_border_color}};
background: {{$event->ticket_bg_color}} ;
background: {{$event->ticket_bg_color}};
color: {{$event->ticket_sub_text_color}};
border-left-color: {{$event->ticket_border_color}} ;
}