Skip to content

Commit

Permalink
fix: flex orientation for logs dialog header
Browse files Browse the repository at this point in the history
Co-authored-by: dominik003 <[email protected]>
  • Loading branch information
amolenaar and dominik003 authored Nov 13, 2023
1 parent 336fe63 commit e863e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<div *ngIf="pipelineRunService.pipelineRun$ | async">
<div class="flex flex-col justify-between">
<div class="flex flex-row justify-between">
<h1>
Logs for pipeline run
{{ (pipelineRunService.pipelineRun$ | async)?.id }}
Expand Down

0 comments on commit e863e68

Please sign in to comment.