From c21b2b6d76a6f3d519ec5297db2561f37a783f41 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Wed, 29 Oct 2014 20:11:57 +0100 Subject: [PATCH] Fix resource url overflow in group page Long resource urls didn't brake properly in chrome browser. Change-Id: I550b215bf4e9e78b8e1a088a5c68f3f98aef7231 --- themes/openstack_bootstrap/custom-sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/openstack_bootstrap/custom-sass/style.scss b/themes/openstack_bootstrap/custom-sass/style.scss index 4af369d..dbd84b4 100644 --- a/themes/openstack_bootstrap/custom-sass/style.scss +++ b/themes/openstack_bootstrap/custom-sass/style.scss @@ -252,6 +252,7 @@ a { color: #30739C; text-decoration: underline; + @include word-break(break-all); } } .pane-node-group-group {