Warn: properly ellide error message text

This commit is contained in:
rektdeckard
2020-09-28 03:30:32 -04:00
parent e42317f95d
commit fc685bae84
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@
}
.empty-list p {
max-width: 720px;
max-width: 80%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;