Skip to content

Commit

Permalink
UI: align-top keys in sys info and metadata
Browse files Browse the repository at this point in the history
Minor fix that annoyed me. The default valign of
the keys in the sysinfo table hides the name of the
key for large blocks of text.
Before: https://screenshot.googleplex.com/9LNoEJ7o5NJ59ao
After: https://screenshot.googleplex.com/5RebAVMbExtEmu7

Change-Id: I947e9aa9846cb4e3e0b3d3a38d921984280b7420
  • Loading branch information
primiano committed Dec 14, 2023
1 parent 3cee914 commit 1817225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/assets/trace_info_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
padding: 5px;
word-break: break-all;
white-space: pre-wrap;
vertical-align: top;
&:first-of-type {
font-weight: 800;
}
Expand Down

0 comments on commit 1817225

Please sign in to comment.