Skip to content

Commit d0d8c06

Browse files
committed
chore: update row gap in app detail cards
1 parent ac59e32 commit d0d8c06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 flex-wrap dc__row-gap-16">
383+
<div className="flex left w-100 flex-wrap dc__row-gap-12">
384384
{status && (
385385
<AppStatusCard
386386
// TODO: Fix and remove

src/css/base.scss

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

3936-
.dc__row-gap-16 {
3937-
row-gap: 16px;
3936+
.dc__row-gap-12 {
3937+
row-gap: 12px;
39383938
}
39393939

39403940
.dc__column-gap-8 {

0 commit comments

Comments
 (0)