Skip to content

Commit

Permalink
Merge pull request #205 from Cognifide/improvement/disable-multiline-…
Browse files Browse the repository at this point in the history
…vertical

Disable text multiline in vertical mode
  • Loading branch information
Southeaven authored Jan 10, 2020
2 parents b2e3391 + 790ec95 commit 2e93c09
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 @@ export const StyledPre = styled.pre`

export const RotatedStyledPre = styled(StyledPre)`
transform: rotate(-90deg);
white-space: nowrap;
`;

export const OverflowingText = component => styled(component)`
Expand Down

0 comments on commit 2e93c09

Please sign in to comment.