Add missing overflow

This commit is contained in:
Tom Price
2015-05-18 17:10:46 +01:00
parent 52682cee1d
commit 676a3a7f8c
2 changed files with 4 additions and 0 deletions

View File

@@ -9055,4 +9055,7 @@ textarea {
/* line 56, ../scss/screen.scss */
.overflow-ellipsis {
text-overflow: ellipsis;
display: inline-block;
max-width: 100%;
overflow: hidden;
}

View File

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