diff --git a/src/static/css/style.css b/src/static/css/style.css index 666481c..46f4af7 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -1109,10 +1109,8 @@ a:hover { text-decoration: none; line-height: 1.5; transition: background 0.15s; - max-width: 220px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + white-space: normal; + overflow-wrap: anywhere; } a.dev-source-pill:hover {