From 5ec6b2f9a9eeaa352cbfb1af9ff46e9aea8a46e4 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 28 Apr 2023 16:46:36 +0530 Subject: [PATCH] wrap repo name if it overflows --- public/css/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/global.css b/public/css/global.css index b01effb..e4fd442 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -147,6 +147,7 @@ a:hover { margin: 4px; word-wrap: nowrap; text-overflow: ellipsis; + overflow-wrap: anywhere; } .user-profile h2 {