Explorar el Código

make notifications with right width

Damien ACCORSI hace 10 años
padre
commit
f3b0936e10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/tracim/templates/master_anonymous.mak

+ 1 - 1
tracim/tracim/templates/master_anonymous.mak Ver fichero

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