Skip to content

Commit

Permalink
fix(ui): amend log lines in Firefox (#7133)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri1969 authored Feb 3, 2025
1 parent 97d12f9 commit 26c15a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/components/logs/LogLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ div.line {
}
.log-content {
// prevent Firefox word breaks
flex-grow: 1;
.header > * + * {
margin-left: 1rem;
}
Expand Down

0 comments on commit 26c15a4

Please sign in to comment.