From 879e274dc7706e6beb04807763f51d7a4acbf879 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 2 Sep 2020 21:50:57 +0800 Subject: [PATCH] UX: wrap extra long links in GitHub oneboxes instead of overflowing --- app/assets/stylesheets/common/base/onebox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index f49d2923aad..61687ebabe3 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -461,6 +461,7 @@ pre.onebox code { .github-content { margin: 5px 0 0 0; + word-break: break-word; } .labels span {