mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
Found more references to the problematic "fullWidth" and replaced with "width=100%"
This commit is contained in:
parent
c98b73835b
commit
9ba03fdfaf
2 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ const M3UProfiles = ({ playlist = null, isOpen, onClose }) => {
|
|||
color="primary"
|
||||
size="small"
|
||||
onClick={editProfile}
|
||||
fullWidth
|
||||
width="100%"
|
||||
>
|
||||
New
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue