1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-22 07:43:01 +00:00

Return max tooltip width

This commit is contained in:
Mark McDowall 2020-11-13 17:16:05 -08:00
parent 6f74a9e3eb
commit fe0d8bb7da

View file

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