Skip to content

Commit 30f979a

Browse files
RZEROSTERNCopilot
andauthored
Update lib/src/presentation/blocks/table/table_renderer.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3f22c2b commit 30f979a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/src/presentation/blocks/table/table_renderer.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class TableRenderer extends BlockRenderer<TableBlock> {
1919
scrollDirection: Axis.horizontal,
2020
child: Table(
2121
border: TableBorder.all(color: Colors.grey.shade300),
22-
defaultColumnWidth: const IntrinsicColumnWidth(),
2322
children: block.content.asMap().entries.map((entry) {
2423
final rowIndex = entry.key;
2524
final row = entry.value;

0 commit comments

Comments
 (0)