From 69c60fb4c422cc7113d915b70e275c00f1a098b1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 29 Apr 2020 10:42:37 -0400 Subject: [PATCH] Ellipsize overflow on events --- scss/main.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scss/main.scss b/scss/main.scss index 24d2339..073c7c8 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -54,6 +54,9 @@ p { margin-bottom: 0; + white-space: nowrap; + text-overflow: ellipsis; + overflow-x: hidden; } } }