diff --git a/scss/global.scss b/scss/global.scss index 580576c..331b5c4 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 ee85695..a90170d 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -17,7 +17,7 @@