[tor-commits] [pups/master] fixed css error
    colin at torproject.org 
    colin at torproject.org
       
    Fri May 23 00:37:09 UTC 2014
    
    
  
commit 7b8d48d0e78c9bd7186bd04893d1c68a1b30da5b
Author: Sherief Alaa <sheriefalaa.w at gmail.com>
Date:   Fri May 23 00:30:07 2014 +0300
    fixed css error
---
 webchat/templates/tokens.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webchat/templates/tokens.html b/webchat/templates/tokens.html
index be24b3b..db6ab73 100644
--- a/webchat/templates/tokens.html
+++ b/webchat/templates/tokens.html
@@ -70,7 +70,7 @@
         <h4 class="modal-title" id="myModalLabel">Comment</h4>
       </div>
       <div>
-        <p class="comment-modal-body"></p>
+        <p class="comment-modal-body" style="word-wrap:break-word;"></p>
       </div>
       <div class="modal-footer">
         <button type="button" class="btn btn-default" data-dismiss="modal">OK</button>
    
    
More information about the tor-commits
mailing list