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

Contact Widget Table Quick Fix #23

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Too broad. Will break address line. Need to only apply break-all to the email td, and the link 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