We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d37ef7 + 96c0fa5 commit 6756106Copy full SHA for 6756106
index.js
@@ -25,7 +25,7 @@ module.exports = function (options) {
25
backgroundColor: 'transparent',
26
'td,th': {
27
padding: optionsWithPropertyExists(options, 'cellPadding') ? options.cellPadding : '.75rem',
28
- verticalAlign: 'top',
+ verticalAlign: optionsWithPropertyExists(options, 'verticalAlign') ? options.verticalAlign : 'top',
29
borderTop: optionsWithPropertyExists(options, 'tableBorderColor')
30
? '1px solid ' + options.tableBorderColor
31
: '1px solid #dee2e6',
0 commit comments