we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "antd tooltip width react jss"
Caterina
25 Sep 2018
1.ant-tooltip-inner {
2  color: yellow;
3  background-color: green;
4  width: 200px;
5}
6// for React-JSS
7<ToolTip overlayClassName="toolTipOverlay" {...props} >Content</ToolTip>
8
9JSS style Object = {
10	toolTipOverlay: {
11    	'& .ant-tooltip-inner': {
12           width: 'max-content';
13        }
14    }
15}
similar questions
queries leading to this page
antd tooltip width react jss