IconGrid: handle text overflow on empty search

This commit is contained in:
rektdeckard
2020-09-27 22:16:47 -04:00
parent 28f079734e
commit 9f3ec2d9d6

View File

@@ -158,6 +158,15 @@
justify-content: center; justify-content: center;
padding: 0 16px 4px; padding: 0 16px 4px;
min-height: 80vh; min-height: 80vh;
max-width: 1120px;
margin: auto;
}
.empty-list p {
max-width: 720px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
.beacon { .beacon {