Explorar o código

chore: minor style fixes

Soham Parekh %!s(int64=3) %!d(string=hai) anos
pai
achega
55a192ca2b

+ 3 - 2
dashboard/src/main/home/cluster-dashboard/expanded-chart/logs-section/LogsSection.tsx

@@ -504,6 +504,7 @@ const Log = styled.div`
   display: flex;
   align-items: flex-end;
   gap: 8px;
+  width: 100%;
   & > * {
     padding-block: 5px;
   }
@@ -529,8 +530,8 @@ const Log = styled.div`
 
 const LogSpan = styled.span`
   display: inline-block;
-  word-wrap: break-word;
-  max-width: 80%;
+  word-wrap: anywhere;
+  flex-grow: 1;
   font-family: monospace, sans-serif;
   font-size: 12px;
   font-weight: ${(props: { ansi: Anser.AnserJsonEntry }) =>