From 38e5f54b6e36d4d5138e06024c577b636417e1a1 Mon Sep 17 00:00:00 2001 From: Frank Dietrich Date: Wed, 18 Sep 2019 09:36:06 +0200 Subject: [PATCH 1/2] show longer repository names on the notifications page --- github-wide.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/github-wide.css b/github-wide.css index fab90ad..2981b1d 100644 --- a/github-wide.css +++ b/github-wide.css @@ -108,3 +108,8 @@ button.discussion-sidebar-toggle { padding-left: 30px !important; padding-right: 30px !important; } + +/* Notifications */ +.css-truncate .css-truncate-target { + max-width: 90% +} From a0b1d7a5cf9a1b82369b20282b9f4e8e8e009b40 Mon Sep 17 00:00:00 2001 From: Frank Dietrich Date: Wed, 20 Nov 2019 14:52:53 +0100 Subject: [PATCH 2/2] extend the text length on notification overview --- github-wide.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/github-wide.css b/github-wide.css index 2981b1d..e5eca6e 100644 --- a/github-wide.css +++ b/github-wide.css @@ -113,3 +113,11 @@ button.discussion-sidebar-toggle { .css-truncate .css-truncate-target { max-width: 90% } + +.notifications .list-group-item-name { + max-width: 75%; +} + +.notifications .list-group-item-name a { + max-width: 100%; +}