Documentation: fix typo in docs/configs/settings.md (#5671)
This commit is contained in:
parent
8e5f4d55c9
commit
495de204d1
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ fullWidth: true
|
|||
|
||||
### Maximum Group Columns
|
||||
|
||||
You can set the maximum number of columns of groups on larger screen sizes (note this is only for groups with the default `style: columns`, not groups with `stle: row`) by adding:
|
||||
You can set the maximum number of columns of groups on larger screen sizes (note this is only for groups with the default `style: columns`, not groups with `style: row`) by adding:
|
||||
|
||||
```yaml
|
||||
maxGroupColumns: 8 # default is 4 for services, 6 for bookmarks, max 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue