Skip to content

Commit 3f73dcc

Browse files
monferaetpinard
authored andcommitted
making default cell row heights the same as header row height
1 parent 805aa06 commit 3f73dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/table/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module.exports = overrideAll({
183183

184184
height: {
185185
valType: 'number',
186-
dflt: 20,
186+
dflt: 28,
187187
role: 'style',
188188
description: 'The height of cells.'
189189
},

0 commit comments

Comments
 (0)