diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 17:15:36 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 17:15:36 -0800 |
| commit | 88632ba487e6057f4bee7dba0a197fcc8f75aca8 (patch) | |
| tree | 5069bad18b4c40a10d980e14e689e59fa5c246f5 /frontend/src/components/PasteInfo.js | |
| parent | fix button dropdown height (diff) | |
| download | ctrl-v-88632ba487e6057f4bee7dba0a197fcc8f75aca8.tar.xz ctrl-v-88632ba487e6057f4bee7dba0a197fcc8f75aca8.zip | |
revert paste info span
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; ` |