Skip to content

Commit

Permalink
add overflow-wrap for run id
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Mar 4, 2025
1 parent dce21ba commit 512448e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const InfoItemContainer = styled.div<{ justifyContent }>`
const InfoItemContent = styled.div`
padding-top: 8px;
width: 100px;
overflow-wrap: break-word;
`;

const propertyTableColumns = [
Expand Down

0 comments on commit 512448e

Please sign in to comment.