addon-docs: a way to override width of name column in props table
See original GitHub issue30% for the name of the prop, especially when addon-controls
is enabled is a bit too much:
20% would have been perfect fit. Is there a way to override this somehow?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (6 by maintainers)
Top Results From Across the Web
How can I override a table width property in CSS
You can use: table { width: auto; }. in second.css, to strictly make "the html behave as if there was never been a...
Read more >ArgsTable - Storybook - JS.ORG
ArgsTable. Storybook Docs automatically generates component args tables for components in supported frameworks. These tables list the arguments (args for short) ...
Read more >Styling & HTML - Anki Manual - AnkiWeb
In that section, you can change the background color of the card, ... then you need to surround the font name in double...
Read more >react-spinners | Yarn - Package Manager
Change Log. All notable changes to this project will be documented in ... 0.13.7. bugfix: fix PacmanLoader container height/width to adjust with size...
Read more >storybook cannot read properties of undefined (reading 'id')
import { Canvas, Meta, Story } from '@storybook/addon-docs'; import Table from "@/stories/stories-component/Table.vue"; <Meta title="Bootstrap Custom Button ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
(sry stumbled over this via google) I would like to hide the default column completely… is there an easy way to do this?
tldr; I want to see the Description column only in addition to the standard none expanded controls to ensure all interfaces have comments. Too much distance between name and control for easy skimming on small and very large screens
Whoopee!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.0.0-rc.27 containing PR #11805 that references this issue. Upgrade today to try it out!
You can find this prerelease on the
@next
NPM tag.Closing this issue. Please re-open if you think there’s still more to do.