-
Is it possible to get table contents to wrap rather than having a scroll bar? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I have done some more investigation and still having some issues. I have overridden the Style sheet explained here. but I am still finding my changes overwritten: |
Beta Was this translation helpful? Give feedback.
-
You can override table cell style in %table-cell {
white-space: normal;
} |
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you, that worked! |
Beta Was this translation helpful? Give feedback.
-
@import "main"; %table-cell { --- This is the complete content of the file |
Beta Was this translation helpful? Give feedback.
You can override table cell style in
assets\css\jekyll-theme-chirpy.scss
as following:Here is the result: