obsidian-dataloom icon indicating copy to clipboard operation
obsidian-dataloom copied to clipboard

Add wrap in column headers

Open 42ama opened this issue 1 year ago • 2 comments

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

42ama avatar Sep 08 '23 05:09 42ama

Try to add the code below into your snippets (custom.css) .dataloom-cell--header__inner-container { white-space: normal; }

30756454 avatar Sep 12 '23 03:09 30756454

@30756454 yes, that works. Thanks!

42ama avatar Oct 13 '23 05:10 42ama