From 87288ef569cbd8442f34c215f994c77d8bed4c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Zi=C4=99cina?= Date: Mon, 15 Jan 2024 17:38:33 +0100 Subject: [PATCH] fix: provides additional fields info text overflows (#3809) * fix: provides additional fields info text overflows * fix: check if length of links greater than 0 * refactor: remove console.log --- .../listings/PaperListingForm/sections/SelectAndOrder.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx b/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx index 0583489b64..ff67f86cb5 100644 --- a/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx +++ b/sites/partners/src/components/listings/PaperListingForm/sections/SelectAndOrder.tsx @@ -212,7 +212,11 @@ const SelectAndOrder = ({ )} {option.collectAddress && ( -
+
0) ? "-mt-4" : "mt-0" + }`} + > ({t("listings.providesAdditionalFields.info")})
)}