From 37dac1b69214b619270469bad5f412cbc4698940 Mon Sep 17 00:00:00 2001 From: avidrucker Date: Mon, 6 Nov 2023 12:20:30 -0500 Subject: [PATCH] set err msg max width to measure --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 10a3089..9b2e5af 100644 --- a/src/App.js +++ b/src/App.js @@ -206,7 +206,7 @@ function App() { - {errMsg &&

{errMsg}

} + {errMsg &&

{errMsg}

}
@@ -293,7 +293,7 @@ function App() { onClick={handleExportTasks}>Export
{importErrMsg && -

{importErrMsg}

} +

{importErrMsg}

}

AutoFocus was designed by Mark Forster. This web app was built by Avi Drucker.

Click on the 'i' icon above to close this window.