NIHVIVO-2095: Added css property word-wrap: break-word to Primary and additional links for breaking long urls.

This commit is contained in:
mb863 2011-02-11 18:39:14 +00:00
parent effce5b9db
commit 16a9c32872

View file

@ -163,6 +163,9 @@ ul.individual-urls-people li {
font-size: .875em; font-size: .875em;
line-height: 1.3em; line-height: 1.3em;
} }
ul.individual-urls-people li a {
word-wrap: break-word;
}
#photo-wrapper { #photo-wrapper {
position: relative; position: relative;
float: left; float: left;