mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
Fix torrent widget tooltip
This commit is contained in:
@@ -18,7 +18,7 @@ export const BitTorrrentQueueItem = ({ torrent }: BitTorrentQueueItemProps) => {
|
||||
return (
|
||||
<tr key={torrent.id}>
|
||||
<td>
|
||||
<Tooltip position="top" label={torrent.name}>
|
||||
<Tooltip position="top" withinPortal label={torrent.name}>
|
||||
<Text
|
||||
style={{
|
||||
maxWidth: '30vw',
|
||||
|
||||
Reference in New Issue
Block a user