File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4
4
{{.locale.Tr "actions.runners.runner_manage_panel"}} ({{.locale.Tr "admin.total" .Total}})
5
5
<div class="ui right">
6
6
<div class="ui top right pointing dropdown">
7
- <button class="ui button primary">
7
+ <button class="ui primary tiny button ">
8
8
{{.locale.Tr "actions.runners.new"}}
9
9
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
10
10
</button>
Original file line number Diff line number Diff line change @@ -2493,6 +2493,12 @@ a.ui.basic.label:hover {
2493
2493
font-weight : normal;
2494
2494
}
2495
2495
2496
+ /* reduce height of buttons with dropdown icon */
2497
+ .ui .attached .header .right .button : has (.dropdown .icon ) {
2498
+ padding-top : 7px ;
2499
+ padding-bottom : 7px ;
2500
+ }
2501
+
2496
2502
/* fix misaligned right buttons on box headers */
2497
2503
.ui .attached .header .right : not (.dropdown ) {
2498
2504
position : absolute;
You can’t perform that action at this time.
0 commit comments