Skip to content

Commit

Permalink
Merge pull request #1001 from PeopleInside/patch-1
Browse files Browse the repository at this point in the history
FIX Bubble issue on visitor and operator chat messages - Update material_font.css
  • Loading branch information
remdex authored Apr 10, 2017
2 parents 8d17512 + 2b996af commit 4e513f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lhc_web/design/defaulttheme/css/material_font.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

div.message-row {
overflow-wrap: break-word;
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
Expand Down Expand Up @@ -43,4 +47,4 @@

.mat-100{
width:auto;
}
}

0 comments on commit 4e513f8

Please sign in to comment.