Parcourir la source

Break long emails

Andrew Kane il y a 8 ans
Parent
commit
7f497e4e6d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/views/blazer/checks/index.html.erb

+ 1 - 1
app/views/blazer/checks/index.html.erb

@@ -24,7 +24,7 @@
         </td>
         <td><%= check.schedule if check.respond_to?(:schedule) %></td>
         <td>
-          <ul class="list-unstyled" style="margin-bottom: 0;">
+          <ul class="list-unstyled" style="margin-bottom: 0; word-break: break-all;">
             <% check.split_emails.each do |email| %>
               <li><%= email %></li>
             <% end %>