diff --git a/css/style.css b/css/style.css index 547ed91..837e958 100644 --- a/css/style.css +++ b/css/style.css @@ -71,6 +71,7 @@ nav > .divider { margin: 4px; background: white; color: inherit; + white-space: nowrap; } .loot-contributor__avatar, .loot-contributor__text { @@ -89,6 +90,13 @@ nav > .divider { text-align: center; color: rgba(0, 0, 0, 0.54); } +.loot-contributor__text { + width: calc(100% - 56px); +} +.loot-contributor__name { + overflow: hidden; + text-overflow: ellipses; +} .loot-contributor__contributions { font-size: 0.857rem; color: rgba(0, 0, 0, 0.54);