CSS change for breaking words
authorKostas Papadimitriou <kpap@grnet.gr>
Tue, 9 Sep 2014 12:21:07 +0000 (15:21 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Tue, 9 Sep 2014 12:21:07 +0000 (15:21 +0300)
Following the suggestion at #6106.
Fixes #6106 https://code.grnet.gr/issues/6106

Signed-Off-By: Christos KK Loverdos <loverdos@grnet.gr>

src/gr/grnet/pithos/web/public/pithos.css

index 63b3f02..86f46c8 100644 (file)
@@ -731,3 +731,7 @@ a.pithos-tag {
 .pithos-versionList {
        padding-right: 5px;
 }
+
+.props-values .gwt-Label {
+  word-break: break-word;
+}