File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -955,6 +955,7 @@ tbody.commit-list{vertical-align:baseline}
955
955
.dashboard {padding-top : 15px }
956
956
.dashboard .feeds .context .user .menu , .dashboard .issues .context .user .menu {z-index : 101 ;min-width : 200px }
957
957
.dashboard .feeds .context .user .menu .ui .header , .dashboard .issues .context .user .menu .ui .header {font-size : 1rem ;text-transform : none}
958
+ .dashboard .feeds .filter .menu , .dashboard .issues .filter .menu {width : initial}
958
959
.dashboard .feeds .filter .menu .item , .dashboard .issues .filter .menu .item {text-align : left}
959
960
.dashboard .feeds .filter .menu .item .text , .dashboard .issues .filter .menu .item .text {height : 16px ;vertical-align : middle}
960
961
.dashboard .feeds .filter .menu .item .text .truncate , .dashboard .issues .filter .menu .item .text .truncate {width : 85% }
Original file line number Diff line number Diff line change 14
14
}
15
15
16
16
.filter.menu {
17
+ width : initial ;
18
+
17
19
.item {
18
20
text-align : left ;
19
21
Original file line number Diff line number Diff line change 25
25
{{end}}
26
26
<div class="ui divider"></div>
27
27
{{range .Repos}}
28
- <a class="{{if eq $.RepoID .ID}}ui basic blue button{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}{{if not (eq $.RepoID .ID)}}&repo={{.ID}}{{end}}&sort={{$.SortType}}&state={{$.State}}">
28
+ <a class="{{if eq $.RepoID .ID}}ui basic blue button{{end}} repo name item" href="{{$.Link}}?type={{$.ViewType}}{{if not (eq $.RepoID .ID)}}&repo={{.ID}}{{end}}&sort={{$.SortType}}&state={{$.State}}" title="{{.FullName}}" >
29
29
<span class="text truncate">{{.FullName}}</span>
30
30
<div class="floating ui {{if $.IsShowClosed}}red{{else}}green{{end}} label">{{index $.Counts .ID}}</div>
31
31
</a>
You can’t perform that action at this time.
0 commit comments