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

Commit

Permalink
Contact Widget Table Quick Fix
Browse files Browse the repository at this point in the history
This is the first for the contact table.
  • Loading branch information
Mika Caldera authored and Mika Caldera committed Sep 8, 2014
1 parent 94086fb commit 4c7a515
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
th {
white-space:nowrap;
}
td{
word-break: break-all;
}
}
&.uc-ecw {
padding-bottom:$widget-content-margin;
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7430,6 +7430,9 @@ object {
.widget.uc-contact-widget th {
white-space: nowrap;
}
.widget.uc-contact-widget td {
word-break: break-all;
}
.widget.uc-ecw {
padding-bottom: 1em;
}
Expand Down

0 comments on commit 4c7a515

Please sign in to comment.