Skip to content

Commit 22fcde9

Browse files
committed
tui: reduce excessive spacing in go route layout to improve visual balance
1 parent b42a63b commit 22fcde9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/console/app/src/routes/go/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ body {
354354
border-radius: 4px;
355355
font-weight: 500;
356356
cursor: pointer;
357-
margin-bottom: 56px;
357+
margin-bottom: 40px;
358358
display: flex;
359359
width: fit-content;
360360
gap: 12px;
@@ -396,7 +396,7 @@ body {
396396
}
397397

398398
p:first-child {
399-
margin-bottom: 24px;
399+
margin-bottom: 0;
400400
color: var(--color-text);
401401
display: flex;
402402
gap: 8px;

0 commit comments

Comments
 (0)