Return max tooltip width

Fixes #602

(cherry picked from commit fe0d8bb7da27e0f34b5db166ee54033f292b1006)
This commit is contained in:
Mark McDowall 2020-11-13 17:16:05 -08:00 committed by Qstick
parent 80ba57d4b5
commit d5a74e7064

View file

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