Don't center align icon columns in log view.

Screenshot: https://screenshot.googleplex.com/5Uptvj9caQT3iQK

Bug: n/a
Test: n/a
Change-Id: I6d28ce0d8eb282ae42066d4599b12b5395828ea7
diff --git a/tools/winscope/src/viewers/components/styles/log_component.styles.ts b/tools/winscope/src/viewers/components/styles/log_component.styles.ts
index dbf8b68..009de7e 100644
--- a/tools/winscope/src/viewers/components/styles/log_component.styles.ts
+++ b/tools/winscope/src/viewers/components/styles/log_component.styles.ts
@@ -148,10 +148,10 @@
 
   .entry .status {
     display: flex;
-    justify-content: center;
     align-items: center;
     gap: 5px;
   }
+
   .status .mat-icon {
     font-size: 18px;
     width: 18px;