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;
}