Skip to content

Commit

Permalink
Merge pull request #149 from Roy-Orbison/master
Browse files Browse the repository at this point in the history
Monospace font in text inputs
  • Loading branch information
Espen Henriksen authored Dec 5, 2018
2 parents 28dd18d + ec06a1f commit 322aa4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/App/StyledComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ export const LeftCol = styled(Left)`

export const RightCol = styled(Col)`
transition: 0.2s ease;
input.form-control:not([type]),
input.form-control[type=text],
textarea.form-control {
font-family: monospace;
}
`;

1 change: 1 addition & 0 deletions src/components/Request/StyledComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const SuggestWrapper = styled.div`
export const Suggestion = styled.div`
p {
margin: 0;
font-family: monospace;
}
`;

0 comments on commit 322aa4b

Please sign in to comment.