소스 검색

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 %>