Return max tooltip width
This commit is contained in:
parent
6f74a9e3eb
commit
fe0d8bb7da
frontend/src/Components/Tooltip
|
@ -22,6 +22,8 @@ function getMaxWidth() {
|
||||||
} else {
|
} else {
|
||||||
maxWidth = 450;
|
maxWidth = 450;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return maxWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Tooltip extends Component {
|
class Tooltip extends Component {
|
||||||
|
|
Loading…
Reference in New Issue