Skip to content

Commit

Permalink
tracer: Improve the event view indent styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Oct 15, 2024
1 parent f4dcf86 commit dc1b1dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/tracer/src/EventView.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
text-align: right;
}

.event-indent {
display: inline-block;
padding-top: 7px;
vertical-align: top;
}

.event-message {
font-size: 12px;
font-weight: bold;
Expand Down

0 comments on commit dc1b1dd

Please sign in to comment.