File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 171171 <div class="flex-item-main">
172172 <div class="flex-item-header">
173173 <div class="flex-item-title tw-gap-2">
174- <a class="latest-releases muted" href="{{.LatestRelease.Link}}" data-tooltip-content="{{.LatestRelease.Title}}">{{.LatestRelease.Title}}</a>
174+ <a class="gt-ellipsis muted" href="{{.LatestRelease.Link}}" data-tooltip-content="{{.LatestRelease.Title}}">{{.LatestRelease.Title}}</a>
175175 <span class="ui basic green label tw-h-100">{{ctx.Locale.Tr "latest"}}</span>
176176 </div>
177177 </div>
Original file line number Diff line number Diff line change 1- .latest-releases {
2- display : -webkit-box;
3- -webkit-box-orient : vertical;
4- -webkit-line-clamp : 2 ;
5- line-clamp : 2 ;
6- overflow : hidden;
7- text-overflow : ellipsis;
8- }
9-
101.language-stats {
112 display : flex;
123 gap : 2px ;
You can’t perform that action at this time.
0 commit comments