Skip to content

Commit

Permalink
Word-Break added to Journal P (#3307)
Browse files Browse the repository at this point in the history
  • Loading branch information
thabaum authored and donker committed Nov 18, 2019
1 parent 17ee31e commit 30bfa5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DNN Platform/Modules/Journal/module.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ border-bottom-left-radius: 3px;

.journalitem p{
margin-bottom: 5px;
word-break: break-word;
}

/* File Upload */
Expand Down Expand Up @@ -278,4 +279,4 @@ ul.ui-autocomplete li{margin:0;padding:0;list-style:none;}
ul.ui-autocomplete .ui-menu-item a img{ width: 24px;height: 24px;}
ul.ui-autocomplete .ui-menu-item a span.dn{ font-weight: bold;color: #000;margin: 0 4px;}
ul.ui-autocomplete .ui-menu-item a span.un{ color: #ccc;margin: 0 4px;}
.ui-helper-hidden-accessible { display:none; }
.ui-helper-hidden-accessible { display:none; }

0 comments on commit 30bfa5f

Please sign in to comment.