File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/app/details/appDetails Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ export const SourceInfo = ({
307
307
< >
308
308
{ ! isdeploymentAppDeleting && (
309
309
< div style = { { marginLeft : 'auto' } } className = "flex dc__gap-8" >
310
- < div className = "app-details-action-buttons flex border__primary br-6 dc__overflow-hidden" >
310
+ < div className = "app-details-action-buttons flexbox border__primary br-6 dc__overflow-hidden" >
311
311
{ ! isVirtualEnvironment && showUrlInfo && (
312
312
< >
313
313
< Button
@@ -319,7 +319,7 @@ export const SourceInfo = ({
319
319
style = { ButtonStyleType . neutral }
320
320
ariaLabel = "URLs"
321
321
/>
322
- < div className = "divider__primary h-100 " />
322
+ < div className = "divider__secondary " />
323
323
</ >
324
324
) }
325
325
@@ -355,7 +355,7 @@ export const SourceInfo = ({
355
355
} }
356
356
ariaLabel = { isHibernated ? 'Unhibernate' : 'Hibernate' }
357
357
/>
358
- < div className = "divider__primary h-100 " />
358
+ < div className = "divider__secondary " />
359
359
</ >
360
360
) }
361
361
@@ -387,7 +387,7 @@ export const SourceInfo = ({
387
387
} }
388
388
ariaLabel = "restart workloads"
389
389
/>
390
- < div className = "divider__primary h-100 " />
390
+ < div className = "divider__secondary " />
391
391
</ >
392
392
) }
393
393
You can’t perform that action at this time.
0 commit comments