From 5430fdd189db10a3883b16fe683328522528a60f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 24 Mar 2018 09:38:04 -0700 Subject: [PATCH] add ellipsis class --- scss/global.scss | 4 ++++ templates/2xx.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/global.scss b/scss/global.scss index 580576c5..331b5c43 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -170,4 +170,8 @@ textarea { .spin { animation: spin 2s infinite linear; +} + +.ellipsis::after { + content: "\2026"; } \ No newline at end of file diff --git a/templates/2xx.html b/templates/2xx.html index ee856950..a90170da 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -17,7 +17,7 @@