diff options
| author | jackyzha0 <[email protected]> | 2020-05-11 23:29:46 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-11 23:29:46 -0700 |
| commit | ee9bb1e9249079379ceff3b031296e284aedc872 (patch) | |
| tree | 3feeaf278a3970ea0d6e9a153edadb0fc7f30ebd /frontend/src/components/Err.js | |
| parent | fmt info component (diff) | |
| download | ctrl-v-ee9bb1e9249079379ceff3b031296e284aedc872.tar.xz ctrl-v-ee9bb1e9249079379ceff3b031296e284aedc872.zip | |
working no pass rendering
Diffstat (limited to 'frontend/src/components/Err.js')
| -rw-r--r-- | frontend/src/components/Err.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Err.js b/frontend/src/components/Err.js index f1891d0..8562a74 100644 --- a/frontend/src/components/Err.js +++ b/frontend/src/components/Err.js @@ -2,7 +2,7 @@ import React from 'react'; import styled from 'styled-components' const ErrMsg = styled.p` - display: inline-block; + display: inline; font-weight: 700; margin-left: 2em; color: #ff3333 |