You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by ma...@apache.org on 2013/02/14 15:28:17 UTC

svn commit: r1446201 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: matevz
Date: Thu Feb 14 14:28:16 2013
New Revision: 1446201

URL: http://svn.apache.org/r1446201
Log:
try to prevent activity feed text from overflowing (specifically the <tt> elements)

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1446201&r1=1446200&r2=1446201&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Thu Feb 14 14:28:16 2013
@@ -189,6 +189,11 @@ div.reports form {
   color: grey;
 }
 
+.activityfeed * tt {
+  word-wrap: break-word;
+  word-break: break-all;
+}
+
 #mobile-activity {
   margin-top: 50px;
 }