diff options
| author | Ryan Mehri <[email protected]> | 2020-05-26 10:20:15 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-26 10:20:15 -0600 |
| commit | 8b69751d9276a99d5150e0efac0ccd16a5c970c6 (patch) | |
| tree | f7851f60131b77676102aaf2c019b1f37d28f1c3 /frontend/src/components/modals/shared.js | |
| parent | Merge pull request #34 from jackyzha0/firebase (diff) | |
| parent | fix coderenderer not loading all langs (diff) | |
| download | ctrl-v-8b69751d9276a99d5150e0efac0ccd16a5c970c6.tar.xz ctrl-v-8b69751d9276a99d5150e0efac0ccd16a5c970c6.zip | |
Merge pull request #35 from jackyzha0/fixing-html
various fixes
Diffstat (limited to 'frontend/src/components/modals/shared.js')
| -rw-r--r-- | frontend/src/components/modals/shared.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/components/modals/shared.js b/frontend/src/components/modals/shared.js index 9359436..d63be06 100644 --- a/frontend/src/components/modals/shared.js +++ b/frontend/src/components/modals/shared.js @@ -11,3 +11,8 @@ export const LeftPad = styled.div` export const ModalHeader = styled.h3` font-weight: 700 ` + +export const Padding = styled.span` + content: ' '; + margin-right: 2em; +`
\ No newline at end of file |