Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skills section going off the page #436

Open
giorgi3092 opened this issue Jul 23, 2022 · 5 comments
Open

Skills section going off the page #436

giorgi3092 opened this issue Jul 23, 2022 · 5 comments

Comments

@giorgi3092
Copy link

When I list more items in the skills section, the line goes off the page. Any way to fix this?
image

@github-actions
Copy link

👋 Welcome! Looks like this is your first issue.

Hey, thanks for your contribution! Please give us a bit of time to review it. 😄

@cats256
Copy link

cats256 commented Aug 3, 2022

Please share the code. You also can try to add \newline to the end of the skill description where the line goes off the page.

@giorgi3092
Copy link
Author

Thanks, \newline somewhat worked.

@ThorpeJosh
Copy link
Contributor

I'm having this issue too. Played around with formatting and got it working by changing alignment the entire skills section to raggedLeft instead of centre. No idea why this worked but something strange is going on with the tabular*

@dcsim
Copy link
Contributor

dcsim commented Sep 20, 2023

I never submitted a commit for this but swapping m column for p column and adjusting the width in the cvskill environment fixes it. Code below defines a new column type S you can use in cvskill, just swap L for S as an example.

\newcolumntype{S}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}

Edit: @OJFord - There's a PR pending that implements this, see #489.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants