Skip to content
Snippets Groups Projects
Commit ea0f8a92 authored by Romain Thouvenin's avatar Romain Thouvenin Committed by Kyle Doherty
Browse files

Set the min height to 3 cells for tables (#6106)

parent 6ea98d34
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ export default class Table extends Component {
static identifier = "table";
static iconName = "table";
static minSize = { width: 4, height: 4 };
static minSize = { width: 4, height: 3 };
static isSensible(cols, rows) {
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment