Add missing overflow

This commit is contained in:
Tom Price
2015-05-18 17:10:46 +01:00
parent 1714ccbcca
commit 9ea2512b3c
2 changed files with 4 additions and 0 deletions

View File

@@ -57,4 +57,5 @@ textarea {
text-overflow: ellipsis;
display: inline-block;
max-width: 100%;
overflow: hidden;
}