We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1642358 commit 95a2215Copy full SHA for 95a2215
components/tooltip/Tooltip.jsx
@@ -78,7 +78,7 @@ export default {
78
display: 'inline-block', // default inline-block is important
79
...picked,
80
cursor: 'not-allowed',
81
- width: isAntBtn && ele.componentOptions.propsData.disabled ? '100%' : null,
+ width: isAntBtn && ele.componentOptions.propsData.block ? '100%' : null,
82
}
83
const buttonStyle = {
84
...omitted,
0 commit comments