mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
Merge pull request #51 from pmop/develop
[Workaround] Gengar: Break line when CertificationItem p content is too long.
This commit is contained in:
@ -117,7 +117,7 @@ const Gengar = () => {
|
||||
<div key={x.title} className="mb-3">
|
||||
<h6 className="font-semibold">{x.title}</h6>
|
||||
<p className="text-xs">{x.subtitle}</p>
|
||||
<ReactMarkdown className="mt-2 text-sm" source={x.description} />
|
||||
<ReactMarkdown className="mt-2 text-sm break-words" source={x.description} />
|
||||
</div>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user