NIHVIVO-2095: Added css property word-wrap: break-word to Primary and additional links for breaking long urls.
This commit is contained in:
parent
effce5b9db
commit
16a9c32872
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue