diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..fde8229
Binary files /dev/null and b/favicon.ico differ
diff --git a/header.php b/header.php
index e5a4948..ad50b60 100644
--- a/header.php
+++ b/header.php
@@ -18,6 +18,7 @@
+
diff --git a/sass/widgets.scss b/sass/widgets.scss
index 2d971e2..7679dc4 100644
--- a/sass/widgets.scss
+++ b/sass/widgets.scss
@@ -179,6 +179,15 @@
th {
white-space:nowrap;
}
+ td{
+ &.uc-output-email{
+ word-break: break-all;
+ }
+ &.uc-output-more{
+ word-break: break-all;
+ }
+
+ }
}
&.uc-ecw {
padding-bottom:$widget-content-margin;