79188061

Date: 2024-11-14 09:32:30
Score: 1
Natty:
Report link

You can do a workaround

.docblock-argstable .docblock-argstable-head th:nth-child(3) {
  display: none !important;
}


.docblock-argstable .docblock-argstable-body td:nth-child(3) {
  display: none !important;
}

But you need to link the stylesheet to manager-head.html inside .storybook dir

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdulrahman Khlefat