Skip to content

Commit ac59e32

Browse files
committed
chore: add flex wrap on app details card
1 parent 3a02f35 commit ac59e32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export const SourceInfo = ({
380380
? shimmerLoaderBlocks()
381381
: !isdeploymentAppDeleting &&
382382
environment && (
383-
<div className="flex left w-100">
383+
<div className="flex left w-100 flex-wrap dc__row-gap-16">
384384
{status && (
385385
<AppStatusCard
386386
// TODO: Fix and remove

src/css/base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,6 +3933,10 @@ button.anchor {
39333933
row-gap: 8px;
39343934
}
39353935

3936+
.dc__row-gap-16 {
3937+
row-gap: 16px;
3938+
}
3939+
39363940
.dc__column-gap-8 {
39373941
column-gap: 8px;
39383942
}

0 commit comments

Comments
 (0)