diff --git a/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css b/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css index 6f673022b..e735d4481 100644 --- a/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css +++ b/src/renderer/components/item-list/item-grid-list/item-grid-list.module.css @@ -3,6 +3,7 @@ flex-direction: column !important; width: 100%; height: 100%; + padding-right: var(--theme-spacing-md); outline: none; border: none; }