We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8882f8a commit 42d0dbbCopy full SHA for 42d0dbb
src/learningpath/CourseDetails.jsx
@@ -71,8 +71,8 @@ const CourseDetailContent = ({
71
<div className="hero">
72
{isModalView && (
73
<Row className="p-0 m-0 d-flex align-items-center modal-header">
74
- <Col>
75
- <h4 className="mb-0 pl-4 text-muted font-weight-normal">
+ <Col xs={10}>
+ <h4 className="mb-0 pl-4 text-muted font-weight-normal text-truncate">
76
<b>Learning Path:</b> {learningPathTitle}
77
</h4>
78
</Col>
0 commit comments