We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f438f7e commit ab47ce0Copy full SHA for ab47ce0
src/application/components/ObjectViewer/ObjectKeyLabel.tsx
@@ -25,8 +25,10 @@ export function ObjectKeyLabel({
25
>
26
<span className="inline-flex items-center">
27
{collapsible && <Arrow collapsed={!!collapsed} />}
28
- {children}
29
- <Punctuation>:</Punctuation>
+ <span>
+ {children}
30
+ <Punctuation>:</Punctuation>
31
+ </span>
32
</span>
33
34
);
0 commit comments