diff --git a/frontend-modern/src/components/Storage/Storage.tsx b/frontend-modern/src/components/Storage/Storage.tsx index e6c4b8553..4c1980d1d 100644 --- a/frontend-modern/src/components/Storage/Storage.tsx +++ b/frontend-modern/src/components/Storage/Storage.tsx @@ -294,8 +294,8 @@ const Storage: Component = () => { const firstCellClass = alertStyles.hasAlert ? (alertStyles.severity === 'critical' - ? 'p-0.5 px-1.5 border-l-4 border-l-red-500 dark:border-l-red-400' - : 'p-0.5 px-1.5 border-l-4 border-l-yellow-500 dark:border-l-yellow-400') + ? 'p-0.5 pr-1.5 pl-2 border-l-4 border-l-red-500 dark:border-l-red-400' + : 'p-0.5 pr-1.5 pl-2 border-l-4 border-l-yellow-500 dark:border-l-yellow-400') : 'p-0.5 px-1.5'; return (