Skip to content

Commit

Permalink
fix: equal height for card persona in uo people (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli authored Aug 4, 2023
1 parent c0d729c commit 3a5e8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/View/UOView/UOPeople.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const UOPeople = ({ content }) => {
<p className="mt-4">
{intl.formatMessage(messages.persone_p_description)}:
</p>
<Row className="card-wrapper card-teaser-wrapper ruolo-persone-struttura">
<Row className="card-wrapper card-teaser-wrapper card-teaser-wrapper-equal ruolo-persone-struttura">
{content?.persone_struttura?.map((p, _i) => {
return (
<Col xs="12" lg="12" xl="6" md="12" key={p['@id']}>
Expand Down

0 comments on commit 3a5e8d1

Please sign in to comment.