diff options
Diffstat (limited to 'frontend/src/components/PasteInfo.js')
| -rw-r--r-- | frontend/src/components/PasteInfo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js index 25afbc9..6ab5b19 100644 --- a/frontend/src/components/PasteInfo.js +++ b/frontend/src/components/PasteInfo.js @@ -17,7 +17,7 @@ const ShiftedButton = styled(Button)` margin-top: 1.6em !important; ` -const SpacedText = styled.p` +const SpacedText = styled.span` margin-right: 1em; ` |