Skip to content

Commit

Permalink
fix: vote script box styles
Browse files Browse the repository at this point in the history
  • Loading branch information
bobunderforest committed Nov 24, 2022
1 parent 0207ce6 commit ce51579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/votes/ui/VoteScript/VoteScriptStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const VoteScriptBodyWrap = styled.div`

export const CallWrapper = styled.div`
padding: ${({ theme }) => theme.spaceMap.lg}px;
word-break: break-all;
&:not(:last-child) {
border-bottom: 1px solid ${p => p.theme.colors.border};
Expand Down Expand Up @@ -89,7 +90,6 @@ export const ScriptBox = styled.div`
font-size: ${({ theme }) => theme.fontSizesMap.xxs}px;
color: ${({ theme }) => theme.colors.text};
border-radius: 8px;
background-color: rgba(255, 255, 255, 0.2);
word-break: break-all;
white-space: pre-wrap;
`
Expand Down

0 comments on commit ce51579

Please # to comment.