diff --git a/frontend/src/components/forms/Channel.jsx b/frontend/src/components/forms/Channel.jsx index d6041492..71f7c7b2 100644 --- a/frontend/src/components/forms/Channel.jsx +++ b/frontend/src/components/forms/Channel.jsx @@ -584,7 +584,7 @@ const ChannelForm = ({ channel = null, isOpen, onClose }) => { height={200} // Set max height for visible items itemCount={filteredLogos.length} itemSize={20} // Adjust row height for each item - width="100%" + style={{ width: '100%' }} ref={logoListRef} > {({ index, style }) => ( @@ -772,7 +772,7 @@ const ChannelForm = ({ channel = null, isOpen, onClose }) => { height={200} // Set max height for visible items itemCount={filteredTvgs.length} itemSize={40} // Adjust row height for each item - width="100%" + style={{ width: '100%' }} ref={listRef} > {({ index, style }) => ( @@ -781,7 +781,7 @@ const ChannelForm = ({ channel = null, isOpen, onClose }) => { key={filteredTvgs[index].id} variant="subtle" color="gray" - width="100%" + style={{ width: '100%' }} justify="left" size="xs" onClick={() => { diff --git a/frontend/src/components/forms/M3U.jsx b/frontend/src/components/forms/M3U.jsx index 053e8efd..8e8fd932 100644 --- a/frontend/src/components/forms/M3U.jsx +++ b/frontend/src/components/forms/M3U.jsx @@ -203,7 +203,7 @@ const M3U = ({ { // .filter((playlist) => playlist.is_default == false) .map((item) => ( { color="primary" size="small" onClick={editProfile} - width="100%" + style={{ width: '100%' }} > New