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 1c8a870 commit 0c47b2fCopy full SHA for 0c47b2f
src/components/ApiDocs/display/Promise.tsx
@@ -8,7 +8,7 @@ export const Promise = ({ typeObject }) => {
8
}, []);
9
return (
10
<>
11
- <View>Promise<{promiseTypes}></View>
+ <View className="api-promise">Promise<{promiseTypes}></View>
12
</>
13
);
14
};
src/styles/reference.scss
@@ -100,6 +100,12 @@
100
margin-inline-start: var(--amplify-space-medium);
101
}
102
103
+.api-promise {
104
+ .type-link {
105
+ margin: 0;
106
+ }
107
+}
108
+
109
.type-link {
110
cursor: pointer;
111
margin: 4px;
0 commit comments