diff --git a/sass/widgets.scss b/sass/widgets.scss index fe51894..7679dc4 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -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 { diff --git a/style.css b/style.css index 652cf22..f875826 100644 --- a/style.css +++ b/style.css @@ -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 {