mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-04 07:42:47 +00:00
Add minimum width to settings for better mobile support.
This commit is contained in:
parent
c04ca0a804
commit
23e63ba4a0
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ const SettingsPage = () => {
|
|||
variant="separated"
|
||||
defaultValue="ui-settings"
|
||||
onChange={setAccordianValue}
|
||||
style={{ minWidth: 400 }}
|
||||
>
|
||||
<Accordion.Item value="ui-settings">
|
||||
<Accordion.Control>UI Settings</Accordion.Control>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue