added line wrapping for optional notification message
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Jun 2016 13:22:15 +0000 (09:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 1 Jun 2016 13:22:15 +0000 (09:22 -0400)
views/front/events/ownerEmail.html

index 62a5b5e..bfbd3d6 100644 (file)
@@ -7,7 +7,9 @@
       <h1 id="title"> Event Submission Notification</h1>
       
       {if $emailNotification}
-           <p> {$emailNotification} </p>
+          <div style="width: 500px">
+               <p> {$emailNotification} </p>
+          </div>
       {/if}
       
        <table cellspacing="0" cellpadding="0" width="500" style="background: lightgrey;border:1px solid #ccc;border-collapse:collapse;">