FeatureFuel
1

Table Columns - Reduce Minimum Width

Source: outline/outline#12264 · opened by @barry86m
I've got some tables where I'm using multiple short values (e.g. boolean, single characters, a couple of digits). As the minimum column width is currently 100px, the multiple columns extend off the screen which makes it much more difficult to comprehend.

data-colwidth can already be reduced down to 25px, is overridden by min-width in [Styles.ts](

Could the min-width be reduced a bit?

Possible options:
• 25px to align with data-colwidth (perhaps a bit narrow)
• calc(1.6em+9px) to align the min-width with the actual min-height
• something in the range 35-50px (sufficiently narrow for boolean values)

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests