From 250bb2d576116fc60b8a2e7d3e7a57de401e0e39 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 13 Feb 2024 14:53:16 +0100 Subject: [PATCH] Strange placeholder behaviour in input field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace `it’s` with `it is` because the apostrophe is rendered with a big space with the configured `AvenirNext-Regular` font-family. This is the only occurrence of `it’s` in the whole UI, everywhere else `it is` is used. Perhaps for certain reasons. Signed-off-by: Volker Theile --- src/routes/backingImage/CreateBackingImage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/backingImage/CreateBackingImage.js b/src/routes/backingImage/CreateBackingImage.js index dbd2537f..863398a6 100644 --- a/src/routes/backingImage/CreateBackingImage.js +++ b/src/routes/backingImage/CreateBackingImage.js @@ -209,7 +209,7 @@ const modal = ({ required: false, }, ], - })()} + })()}