File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
frontend/src/pages/storage-unit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ const StorageUnitCard: FC<{ unit: StorageUnit }> = ({ unit }) => {
39
39
component : Icons . Tables ,
40
40
} } >
41
41
< div className = "flex flex-col grow mt-2" >
42
- < div className = "flex flex-col grow" >
43
- < div className = "text-md font-semibold mb-2 break-words dark:text-neutral-100" > { unit . Name } </ div >
42
+ < div className = "flex flex-col grow mb-2 " >
43
+ < div className = "text-sm font-semibold mb-2 break-words dark:text-neutral-100" > { unit . Name } </ div >
44
44
{
45
45
introAttributes . slice ( 0 , 2 ) . map ( attribute => (
46
- < div key = { attribute . Key } className = "text-sm dark:text-neutral-300" > { attribute . Key } : { attribute . Value } </ div >
46
+ < div key = { attribute . Key } className = "text-xs dark:text-neutral-300" > { attribute . Key } : { attribute . Value } </ div >
47
47
) )
48
48
}
49
49
</ div >
You can’t perform that action at this time.
0 commit comments