Skip to content

Commit a4626ee

Browse files
committed
css: fix surprise wrapping in contribution list tooltips
1 parent 7020b8b commit a4626ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/static/css/site.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1022,8 +1022,10 @@ li:not(:first-child:last-child) .tooltip,
10221022
grid-column-end: platform-end;
10231023

10241024
--external-platform-opacity: 0.8;
1025-
padding-right: 4px;
10261025
opacity: 0.8;
1026+
padding-right: 4px;
1027+
1028+
white-space: nowrap;
10271029
}
10281030

10291031
.contribution-tooltip.show-info .external-platform,

0 commit comments

Comments
 (0)