Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

[Fix] Fixed wrapping error in experience cards #1926

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "./ExperienceCardView.less";
// eslint-disable-next-line react/prop-types
const DescriptionBody = ({ text }) =>
text && (
<div className="education-descriptionViewText my-2">
<div className="experience-descriptionViewText my-2">
<h5 className="visually-hidden">
<FormattedMessage id="description" />
</h5>
Expand Down