Fix mobile layout

This commit is contained in:
Spectralitree 2020-12-09 10:30:28 +01:00
parent 9e4a6bc1ac
commit 18ee1a14ae
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -79,12 +79,12 @@ export default function App() {
{ isSubmit && !localStorage.getItem('user') ? <BS.Alert variant="danger">Something went wrong, please try again.</BS.Alert> : ""} { isSubmit && !localStorage.getItem('user') ? <BS.Alert variant="danger">Something went wrong, please try again.</BS.Alert> : ""}
{ isInvalid ? <BS.Alert variant="danger">Invalid token.</BS.Alert> : "" } { isInvalid ? <BS.Alert variant="danger">Invalid token.</BS.Alert> : "" }
<BS.Form.Row> <BS.Form.Row>
<BS.Col xs={10}> <BS.Col xs={12} md={10}>
<BS.Form.Label>Enter your token here. You can get your token by using <b>"pk;token"</b>.</BS.Form.Label> <BS.Form.Label>Enter your token here. You can get your token by using <b>"pk;token"</b>.</BS.Form.Label>
</BS.Col> </BS.Col>
</BS.Form.Row> </BS.Form.Row>
<BS.Form.Row> <BS.Form.Row>
<BS.Col xs={10}> <BS.Col xs={12} md={10}>
<BS.Form.Control required name="pkToken" type="text" ref={register} placeholder="token" /> <BS.Form.Control required name="pkToken" type="text" ref={register} placeholder="token" />
</BS.Col> </BS.Col>
<BS.Col> <BS.Col>