We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97c4830 + 6b4e212 commit a64a0c0Copy full SHA for a64a0c0
components/preview/Preview.jsx
@@ -170,7 +170,7 @@ const Preview = () => {
170
<h2 className="section-title mb-1 border-b-2 border-gray-300">
171
Summary
172
</h2>
173
- <p className="content">{resumeData.summary}</p>
+ <p className="content break-words">{resumeData.summary}</p>
174
</div>
175
)}
176
<div>
@@ -262,7 +262,7 @@ const Preview = () => {
262
endYear={item.endYear}
263
id={`work-experience-start-end-date`}
264
/>
265
- <p className="content">{item.description}</p>
+ <p className="content hyphens-auto">{item.description}</p>
266
<Droppable
267
droppableId={`WORK_EXPERIENCE_KEY_ACHIEVEMENT-${index}`}
268
type="WORK_EXPERIENCE_KEY_ACHIEVEMENT"
0 commit comments