Skip to content

Commit 6ecf606

Browse files
Merge pull request #3843 from rudransh2003/feat/1924/fix-snippets-alignment
bug: Fix snippets vertical text alignment[1924]
2 parents 00609f3 + a7d2d70 commit 6ecf606

File tree

1 file changed

+4
-0
lines changed
  • packages/@sparrow-workspaces/src/features/rest-explorer/components/request-tests/sub-components/script

1 file changed

+4
-0
lines changed

packages/@sparrow-workspaces/src/features/rest-explorer/components/request-tests/sub-components/script/Script.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,10 @@
795795
color: var(--text-ds-neutral-50);
796796
font-family: "Inter", sans-serif;
797797
font-weight: 500;
798+
display:flex;
799+
align-items:center;
800+
justify-content: center;
801+
margin: 0 auto;
798802
}
799803
800804
.generating-img {

0 commit comments

Comments
 (0)