mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(data-table): set width on empty column with overflow menu (#2196)
This commit is contained in:
parent
44a6cc0dfc
commit
f258548f3c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{ key: "name", value: "Name" },
|
||||
{ key: "port", value: "Port" },
|
||||
{ key: "rule", value: "Rule" },
|
||||
{ key: "overflow", empty: true },
|
||||
{ key: "overflow", empty: true, width: "72px" },
|
||||
];
|
||||
|
||||
const rows = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue