fix datetimes cropping

This commit is contained in:
Ben Haynes
2020-11-11 17:11:06 -05:00
parent 61126fba4c
commit 7ce4f10d6d

View File

@@ -90,5 +90,6 @@ export default defineComponent({
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 1.15;
}
</style>