Skip to content

Commit

Permalink
fix: info icons on consult company info (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturlg authored Mar 1, 2024
1 parent e5f5bdd commit f152056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const DisplayIndexResults = async (inputDto: SearchConsultationDTO) => {
text={`${cumulLength} ${totalCount > 10 ? `sur ${totalCount}` : ""} résultat${totalCount > 1 ? "s" : ""}`}
/>
<ClientAnimate className={fr.cx("fr-grid-row", "fr-grid-row--gutters")}>
{/* @ts-ignore */}
<PageDisplay results={resultsPage0} />
{pages}
</ClientAnimate>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
}

.list li {
line-height: 1.25rem;
line-height: inherit;
break-inside: avoid;
page-break-inside: avoid;
}

@media (min-width: 1024px) {
Expand Down

0 comments on commit f152056

Please sign in to comment.