CSS class ellipsize with max-width 20em

This commit is contained in:
Joan Sanchez 2018-05-04 14:27:45 +02:00
parent 681731e886
commit 22250984ae
2 changed files with 4 additions and 2 deletions

View File

@ -232,5 +232,6 @@ fieldset[disabled] .mdl-textfield .mdl-textfield__label, .mdl-textfield.is-disab
.ellipsize { .ellipsize {
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
overflow: hidden overflow: hidden;
max-width: 20em
} }

View File

@ -11,7 +11,8 @@
"mysql": "^2.13.0", "mysql": "^2.13.0",
"nodemailer": "^4.0.1", "nodemailer": "^4.0.1",
"path": "^0.12.7", "path": "^0.12.7",
"request": "^2.83.0" "request": "^2.83.0",
"require-yaml": "0.0.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",