1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

UI: Better support for long repo names (#5932)

* UI: Make long repo names wrap less often

* also adjust news feed column widths
This commit is contained in:
silverwind
2019-02-02 13:44:33 +01:00
committed by Lauris BH
parent f9d4bd53e6
commit af22df8314
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<img class="ui avatar image" src="{{.GetActAvatar}}" alt="">
</div>
<div class="ui grid">
<div class="ui thirteen wide column">
<div class="ui fourteen wide column">
<div class="{{if or (eq .GetOpType 5) (eq .GetOpType 18)}}push news{{end}}">
<p>
<a href="{{AppSubUrl}}/{{.GetActUserName}}" title="{{.GetActFullName}}">{{.ShortActUserName}}</a>
@@ -87,7 +87,7 @@
<p class="text italic light grey">{{TimeSince .GetCreate $.i18n.Lang}}</p>
</div>
</div>
<div class="ui three wide right aligned column">
<div class="ui two wide right aligned column">
<i class="text grey mega-octicon octicon-{{ActionIcon .GetOpType}}"></i>
</div>
</div>