소스 검색

Bump div size due to padding

Andy Baugh 7 년 전
부모
커밋
06040340f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      notification-center/notification-center.tt

+ 1 - 1
notification-center/notification-center.tt

@@ -35,7 +35,7 @@
         </tr>
         <tr style="display:none" id="[% notification %]">
             <td colspan=3>
-                <div style="margin: 0 auto; width: 680px">
+                <div style="margin: 0 auto; width: 700px">
                     [% data.notifications.$notification.html %]
                 </div>
             </td>