Skip to content

Commit 70ff184

Browse files
committed
feat: Improve padding
1 parent 50fcc07 commit 70ff184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApiConfiguration.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function removeKnownComponent(component: string): void {
293293
}
294294
295295
&__content {
296-
padding: var(--space-4);
296+
padding: var(--space-2);
297297
display: flex;
298298
flex-direction: column;
299299
gap: var(--space-6);

0 commit comments

Comments
 (0)