File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const Devices = ({
2929 // const variant = useVariant();
3030 const variantName = useVariantName ( ) ;
3131
32- return ( < Row className = "row-cols row-cols-1 row-cols-xl-2 gy-4" >
32+ return ( < Row className = "row-cols row-cols-1 row-cols-xl-2 gy-4 justify-content-center " >
3333 { isLoading && < Col className = "text-center" >
3434 < LoadingIcon large />
3535 </ Col > }
@@ -39,7 +39,7 @@ const Devices = ({
3939 const isUnavailable = device ?. statuses ?. available === false ;
4040 const isOpen = device ?. statuses ?. open === true ;
4141
42- return ( < Col key = { device . id } >
42+ return ( < Col key = { device . id } className = { `col-xl- ${ 2 * deviceActions . length } ` } >
4343 < Card >
4444 < Card . Header
4545 className = { 'text-start' + ( variantName === "initlab" ? ' bg-primary text-light' : '' ) } >
You can’t perform that action at this time.
0 commit comments