mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
format
This commit is contained in:
@@ -138,7 +138,7 @@ class Tooltip extends React.Component<TooltipProps, any> {
|
||||
display: 'inline-block', // default inline-block is important
|
||||
...picked,
|
||||
cursor: 'not-allowed',
|
||||
width: element.props.block? '100%' : null,
|
||||
width: element.props.block ? '100%' : null,
|
||||
};
|
||||
const buttonStyle = {
|
||||
...omitted,
|
||||
|
||||
Reference in New Issue
Block a user