mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 13:32:17 -07:00
Return max tooltip width
(cherry picked from commit fe0d8bb7da27e0f34b5db166ee54033f292b1006)
This commit is contained in:
parent
5409dd9b14
commit
02643d449e
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ function getMaxWidth() {
|
|||
} else {
|
||||
maxWidth = 450;
|
||||
}
|
||||
|
||||
return maxWidth;
|
||||
}
|
||||
|
||||
class Tooltip extends Component {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue