Use word-wrap: break-word wherever we use white-space: pre-wrap

Change-Id: I0490171abb66346fe5faba38e90c047d2757869f
This commit is contained in:
Andrew Bonventre 2016-01-08 13:48:28 -05:00
parent 03009d1110
commit 023d79107f
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ limitations under the License.
.message {
flex: 1;
white-space: pre-wrap;
word-wrap: break-word;
}
</style>
<template is="dom-repeat" items="{{_files}}" as="file">

View File

@ -67,6 +67,7 @@ limitations under the License.
}
.message {
white-space: pre-wrap;
word-wrap: break-word;
}
.actions {
display: flex;