Skip to content

Commit

Permalink
Merge pull request #187 from alephium/format-long-signing-text-correctly
Browse files Browse the repository at this point in the history
Format Signing Text
  • Loading branch information
h0ngcha0 authored Mar 4, 2024
2 parents 68caa98 + 5b33f94 commit 75755f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/extension/src/ui/components/Fields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,6 @@ export const SectionHeader = styled.div`
font-weight: 600;
background-color: ${({ theme }) => theme.black};
color: ${({ theme }) => theme.text1};
white-space: pre-wrap;
word-wrap: break-word;
`

0 comments on commit 75755f6

Please sign in to comment.