[Glitch] fix: Prevent long link names in admin sidebar from being truncated

Port 4372d17114f7c2f4a4ead9ce000ddd1b57e88691 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2025-05-19 14:36:46 +02:00 committed by Claire
parent 30cde6c34d
commit 85691ea546

View File

@ -114,15 +114,14 @@ $content-width: 840px;
a { a {
font-size: 14px; font-size: 14px;
display: block; display: flex;
align-items: center;
gap: 6px;
padding: 15px; padding: 15px;
color: $darker-text-color; color: $darker-text-color;
text-decoration: none; text-decoration: none;
transition: all 200ms linear; transition: all 200ms linear;
transition-property: color, background-color; transition-property: color, background-color;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&:hover { &:hover {
color: $primary-text-color; color: $primary-text-color;