mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
💄 Fix margin for category accordeon
This commit is contained in:
@@ -30,7 +30,7 @@ export const DashboardCategory = ({ category }: DashboardCategoryProps) => {
|
|||||||
classNames={{
|
classNames={{
|
||||||
item: cardClasses.card,
|
item: cardClasses.card,
|
||||||
}}
|
}}
|
||||||
mx={0}
|
mx={10}
|
||||||
chevronPosition="left"
|
chevronPosition="left"
|
||||||
multiple
|
multiple
|
||||||
value={isEditMode ? categoryList : toggledCategories}
|
value={isEditMode ? categoryList : toggledCategories}
|
||||||
|
|||||||
Reference in New Issue
Block a user