File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 14
14
<button class =" ui basic small compact button red" @click =" cancelRun()" v-else-if =" run.canCancel" >
15
15
{{ locale.cancel }}
16
16
</button >
17
- <button class =" ui basic small compact button secondary" @click =" rerun()" v-else-if =" run.canRerun" >
17
+ <button class =" ui basic small compact button secondary gt-mr-0 " @click =" rerun()" v-else-if =" run.canRerun" >
18
18
{{ locale.rerun_all }}
19
19
</button >
20
20
</div >
@@ -422,19 +422,20 @@ export function ansiLogToHTML(line) {
422
422
< style scoped>
423
423
.action - view- body {
424
424
display: flex;
425
+ gap: 12px ;
425
426
}
426
427
427
428
/* ================ */
428
429
/* action view header */
429
430
430
431
.action - view- header {
431
- margin: 20px 0px ;
432
+ margin- top: 8px ;
433
+ margin- bottom: 4px ;
432
434
}
433
435
434
436
.action - info- summary {
435
437
display: flex;
436
438
align- items: center;
437
- margin- top: 1rem ;
438
439
justify- content: space- between;
439
440
}
440
441
@@ -451,11 +452,12 @@ export function ansiLogToHTML(line) {
451
452
.action - commit- summary {
452
453
display: flex;
453
454
gap: 5px ;
454
- margin: 10px 0 0 25px ;
455
+ margin: 5px 0 0 25px ;
455
456
}
456
457
457
458
.action - view- left, .action - view- right {
458
- padding: 12px ;
459
+ padding- top: 12px ;
460
+ padding- bottom: 12px ;
459
461
}
460
462
461
463
/* ================ */
You can’t perform that action at this time.
0 commit comments