Skip to content

Commit f152056

Browse files
authored
fix: info icons on consult company info (#2171)
1 parent e5f5bdd commit f152056

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/app/src/app/(consultation)/index-egapro/recherche/DisplayIndexResults.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const DisplayIndexResults = async (inputDto: SearchConsultationDTO) => {
4242
text={`${cumulLength} ${totalCount > 10 ? `sur ${totalCount}` : ""} résultat${totalCount > 1 ? "s" : ""}`}
4343
/>
4444
<ClientAnimate className={fr.cx("fr-grid-row", "fr-grid-row--gutters")}>
45-
{/* @ts-ignore */}
4645
<PageDisplay results={resultsPage0} />
4746
{pages}
4847
</ClientAnimate>

packages/app/src/design-system/base/client/TileCompanyIndex.module.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
}
55

66
.list li {
7-
line-height: 1.25rem;
7+
line-height: inherit;
8+
break-inside: avoid;
9+
page-break-inside: avoid;
810
}
911

1012
@media (min-width: 1024px) {

0 commit comments

Comments
 (0)