We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2310a51 + cd121f6 commit c67e0e4Copy full SHA for c67e0e4
assets/css/main.css
@@ -191,6 +191,10 @@ html {
191
192
193
/* Community connectors */
194
+.wrapLink {
195
+ overflow-wrap: anywhere;
196
+}
197
+
198
.thumbnail {
199
background-color: #fff;
200
border: 1px solid #ccc;
assets/js/community_extensions.js
@@ -21,7 +21,7 @@ function append(extension) {
21
}
22
23
if (extension.website) {
24
- h += '<p><b>More Details: </b><a href="' + extension.website + '" alt="Source code link">' + extension.website + '</a></p>';
+ h += '<p><b>More Details: </b><a href="' + extension.website + '" alt="Source code link" class="wrapLink">' + extension.website + '</a></p>';
25
26
27
if (extension.source_code) {
0 commit comments