File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,8 @@ export function initRepositoryActionView() {
628
628
flex- direction: column;
629
629
border: 1px solid var (-- color- console - border);
630
630
border- radius: var (-- border- radius);
631
+ background: var (-- color- console - bg);
632
+ align- self : flex- start;
631
633
}
632
634
633
635
/* begin fomantic button overrides */
@@ -687,10 +689,8 @@ export function initRepositoryActionView() {
687
689
justify- content: space- between;
688
690
align- items: center;
689
691
padding: 0 12px ;
690
- background- color: var (-- color- console - bg);
691
692
position: sticky;
692
693
top: 0 ;
693
- border- radius: var (-- border- radius);
694
694
height: 60px ;
695
695
z- index: 1 ;
696
696
}
@@ -711,7 +711,6 @@ export function initRepositoryActionView() {
711
711
}
712
712
713
713
.job - step- container {
714
- background- color: var (-- color- console - bg);
715
714
max- height: 100 % ;
716
715
border- radius: 0 0 var (-- border- radius) var (-- border- radius);
717
716
border- top: 1px solid var (-- color- console - border);
You can’t perform that action at this time.
0 commit comments