Found more references to the problematic "fullWidth" and replaced with "width=100%"

This commit is contained in:
SergeantPanda 2025-05-07 09:31:55 -05:00
parent c98b73835b
commit 9ba03fdfaf
2 changed files with 4 additions and 4 deletions

View file

@ -203,7 +203,7 @@ const M3U = ({
<Group justify="space-between" align="top">
<Stack gap="5" style={{ flex: 1 }}>
<TextInput
fullWidth
width="100%"
id="name"
name="name"
label="Name"
@ -212,7 +212,7 @@ const M3U = ({
key={form.key('name')}
/>
<TextInput
fullWidth
width="100%"
id="server_url"
name="server_url"
label="URL"
@ -290,7 +290,7 @@ const M3U = ({
<Stack gap="5" style={{ flex: 1 }}>
<TextInput
fullWidth
width="100%"
id="max_streams"
name="max_streams"
label="Max Streams"

View file

@ -137,7 +137,7 @@ const M3UProfiles = ({ playlist = null, isOpen, onClose }) => {
color="primary"
size="small"
onClick={editProfile}
fullWidth
width="100%"
>
New
</Button>