Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Contact Widget Fix
Fixed the contact widget code so that it is more specific.
  • Loading branch information
Mika Caldera authored and Mika Caldera committed Sep 10, 2014
1 parent 6ef0f28 commit 4a1f45d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion sass/widgets.scss
Expand Up @@ -180,7 +180,13 @@
white-space:nowrap;
}
td{
word-break: break-all;
&.uc-output-email{
word-break: break-all;
}
&.uc-output-more{
word-break: break-all;
}

}
}
&.uc-ecw {
Expand Down
5 changes: 4 additions & 1 deletion style.css
Expand Up @@ -7434,7 +7434,10 @@ object {
.widget.uc-contact-widget th {
white-space: nowrap;
}
.widget.uc-contact-widget td {
.widget.uc-contact-widget td.uc-output-email {
word-break: break-all;
}
.widget.uc-contact-widget td.uc-output-more {
word-break: break-all;
}
.widget.uc-ecw {
Expand Down

0 comments on commit 4a1f45d

Please sign in to comment.