hugo-toha / toha

A Hugo theme for personal portfolio
https://hugo-toha.github.io
MIT License
1.03k stars 588 forks source link

softSkills text does not wrap correctly #643

Closed quantitative-technologies closed 2 years ago

quantitative-technologies commented 2 years ago

Expected Behavior

Text should wrap so that it is fully visible and not covered up by the outer circle.

Current Behavior

The text "Machine Learning" is not wrapped and the initial 'M' and terminal 'g' are partially covered.

I also cannot find any way to force the text to break in between the two words. It looks like this:

bug-report-toha-softSkills

Possible Solution

Don't know

Steps to Reproduce

Relevant section of my about.yaml:

softSkills:
- name: Machine Learning
  percentage: 85
  color: blue
hossainemruz commented 2 years ago

This PR should fix the issue. https://github.com/hugo-toha/toha/pull/644

quantitative-technologies commented 2 years ago

That was quick! A bit of a kludge but it did the trick :smile: