From f26580341b0f7417b17cb7bf7c068247e12d82ee Mon Sep 17 00:00:00 2001
From: Kevin Lin <kevinl@cs.uw.edu>
Date: Sat, 12 Sep 2020 15:03:33 -0700
Subject: [PATCH] _sass: Long anchor links need overflow-wrap: anywhere

---
 _sass/custom/custom.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss
index c16b847..240cded 100644
--- a/_sass/custom/custom.scss
+++ b/_sass/custom/custom.scss
@@ -63,6 +63,7 @@ summary {
 
 .main-content {
   a {
+    overflow-wrap: anywhere;
     white-space: normal;
   }
 
-- 
GitLab