Return max tooltip width

(cherry picked from commit fe0d8bb7da27e0f34b5db166ee54033f292b1006)
pull/5346/head
Mark McDowall 4 years ago committed by Qstick
parent f1b7f5b355
commit b7719662a7

@ -22,6 +22,8 @@ function getMaxWidth() {
} else { } else {
maxWidth = 450; maxWidth = 450;
} }
return maxWidth;
} }
class Tooltip extends Component { class Tooltip extends Component {

Loading…
Cancel
Save