From 0c1b1c2726a4503251c3a30b3552579f7d519726 Mon Sep 17 00:00:00 2001 From: Rei Date: Wed, 27 Dec 2023 12:14:28 +0000 Subject: [PATCH] Resize text boxes so they dont stretch the entire display --- src/App.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 595d388..464b075 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ import { getFirestore, import Form from 'react-bootstrap/Form'; import Button from 'react-bootstrap/Button'; import 'bootstrap/dist/css/bootstrap.min.css'; + import Col from 'react-bootstrap/Col'; import './App.css' @@ -30,12 +31,14 @@ import { getFirestore, return (
+ + Enter submitter name: Enter the date the shennanigans occurred (dd-mm-yyyy): - Select the words used by ray + Select the words used by ray: + + + +
); }