Skip to content

Commit e51b13f

Browse files
authored
Create wrapLink class that will wrap long text.
1 parent e93aad1 commit e51b13f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ html {
191191

192192

193193
/* Community connectors */
194+
.wrapLink {
195+
overflow-wrap: anywhere;
196+
}
197+
194198
.thumbnail {
195199
background-color: #fff;
196200
border: 1px solid #ccc;

0 commit comments

Comments
 (0)