ソースを参照

Break long emails

Andrew Kane 8 年 前
コミット
7f497e4e6d
1 ファイル変更1 行追加1 行削除
  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 %>