File tree 3 files changed +6
-5
lines changed 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
</div>
15
15
{{end}}
16
16
17
- <div class="list-header">
17
+ <div class="list-header flex-text-block ">
18
18
{{template "repo/issue/search" .}}
19
19
<a class="ui small button" href="{{.RepoLink}}/labels">{{ctx.Locale.Tr "repo.labels"}}</a>
20
20
<a class="ui small button" href="{{.RepoLink}}/milestones">{{ctx.Locale.Tr "repo.milestones"}}</a>
Original file line number Diff line number Diff line change @@ -1155,6 +1155,11 @@ table th[data-sortt-desc] .svg {
1155
1155
min-width : 0 ;
1156
1156
}
1157
1157
1158
+ .flex-text-block > .ui .button ,
1159
+ .flex-text-inline > .ui .button {
1160
+ margin : 0 ; /* fomantic buttons have default margin, when we use them in a flex container with gap, we do not need these margins */
1161
+ }
1162
+
1158
1163
/* to override Fomantic's default display: block for ".menu .item", and use a slightly larger gap for menu item content
1159
1164
the "!important" is necessary to override Fomantic UI menu item styles, meanwhile we should keep the "hidden" items still hidden */
1160
1165
.ui .dropdown .menu .flex-items-menu > .item : not (.hidden , .filtered , .tw-hidden ) {
Original file line number Diff line number Diff line change 5
5
gap : .5rem ;
6
6
}
7
7
8
- .list-header > .ui .button {
9
- margin : 0 ;
10
- }
11
-
12
8
.list-header-search {
13
9
display : flex;
14
10
flex : 1 ;
You can’t perform that action at this time.
0 commit comments