-
Hello, so I was writing a document and I wanted to use tables. One of the columns inside of my tables I have put a short description however it cant have more than a couple words per line. Is there a way to increase the size of a single column (even if it requires scroll bar) so I can fit at least a few more words per line |
Beta Was this translation helpful? Give feedback.
Answered by
jromal
Aug 17, 2021
Replies: 1 comment
-
Try this as column name in the column you want, changing name and width in em.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Nuckerr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this as column name in the column you want, changing name and width in em.
<div style="width:20em">Column Name</div>