Fix resource url overflow in group page

Long resource urls didn't brake properly in chrome browser.

Change-Id: I550b215bf4e9e78b8e1a088a5c68f3f98aef7231
This commit is contained in:
Marton Kiss 2014-10-29 20:11:57 +01:00
parent 4088f0d906
commit c21b2b6d76
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@
a {
color: #30739C;
text-decoration: underline;
@include word-break(break-all);
}
}
.pane-node-group-group {