Browse Source

make notifications with right width

Damien ACCORSI 10 years ago
parent
commit
f3b0936e10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/templates/master_anonymous.mak

+ 1 - 1
tracim/tracim/templates/master_anonymous.mak View File

@@ -49,7 +49,7 @@
49 49
     </body>
50 50
 
51 51
 <%def name="content_wrapper()">
52
-    ${TIM.FLASH_MSG('col-sm-5 col-sm-offset-3')}
52
+    ${TIM.FLASH_MSG('col-sm-6 col-sm-offset-3')}
53 53
     ${self.body()}
54 54
 </%def>
55 55