Skip to content

Commit

Permalink
chore: logs pipeline preview: better display of sample logs when too …
Browse files Browse the repository at this point in the history
…few logs in sample
  • Loading branch information
raj-k-singh committed Oct 29, 2023
1 parent 71dc67a commit b223261
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: stretch;

box-sizing: border-box;
padding: 0.25rem 0.5rem;
}

.logs-preview-list-item {
width: 100%;
position: relative;
width: 100%;
max-height: 2rem;

display: flex;
justify-content: space-between;
Expand Down

0 comments on commit b223261

Please sign in to comment.