obsidian-dataloom
obsidian-dataloom copied to clipboard
Add wrap in column headers
Problem
Sometimes the column header is much longer than it contents. In these cases, it's nice to have opportunity to size it down without losing ability to read it text at anytime.
Solution
Add option to enable word wrap in column headers. It will keep text available at first glance and will help to shrink column width.
Additional details
No response
Try to add the code below into your snippets (custom.css)
.dataloom-cell--header__inner-container { white-space: normal; }
@30756454 yes, that works. Thanks!