Fix torrent widget tooltip
This commit is contained in:
@@ -18,7 +18,7 @@ export const BitTorrrentQueueItem = ({ torrent }: BitTorrentQueueItemProps) => {
|
|||||||
return (
|
return (
|
||||||
<tr key={torrent.id}>
|
<tr key={torrent.id}>
|
||||||
<td>
|
<td>
|
||||||
<Tooltip position="top" label={torrent.name}>
|
<Tooltip position="top" withinPortal label={torrent.name}>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
maxWidth: '30vw',
|
maxWidth: '30vw',
|
||||||
|
|||||||
Reference in New Issue
Block a user