Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Added 'word-wrap' attribute to 'li.name' and 'li.description' classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay Korapaty committed Apr 2, 2013
1 parent de3a313 commit fb865ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/stylesheets/scss/style.scss
Expand Up @@ -863,12 +863,14 @@ div.clickable a {
li {
&.name {
width: 8em;
word-wrap: break-word;
}
&.type {
width: 8em;
}
&.description {
width: 27em;
word-wrap: break-word;
}
}
}
Expand Down

0 comments on commit fb865ba

Please sign in to comment.