From 4c7a5155f070c4d2324a8188e59390ea2b4d3f34 Mon Sep 17 00:00:00 2001 From: Mika Caldera Date: Mon, 8 Sep 2014 10:42:49 -0400 Subject: [PATCH] Contact Widget Table Quick Fix This is the first for the contact table. --- sass/widgets.scss | 3 +++ style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sass/widgets.scss b/sass/widgets.scss index 2d971e2..fe51894 100644 --- a/sass/widgets.scss +++ b/sass/widgets.scss @@ -179,6 +179,9 @@ th { white-space:nowrap; } + td{ + word-break: break-all; + } } &.uc-ecw { padding-bottom:$widget-content-margin; diff --git a/style.css b/style.css index a0a5d62..38ab0e4 100644 --- a/style.css +++ b/style.css @@ -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; }