We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0055fc1 commit 17cac33Copy full SHA for 17cac33
2 files changed
src/components/Docs/SchemaClass.tsx
@@ -328,7 +328,8 @@ const InheritedRow = styled.div`
328
border: 1px solid var(--group-border);
329
border-radius: 8px;
330
display: flex;
331
- align-items: center;
+ align-items: baseline;
332
+ flex-wrap: wrap;
333
gap: 6px;
334
font-size: 13px;
335
opacity: 0.6;
src/components/Docs/SchemaType.tsx
@@ -114,6 +114,7 @@ const MetadataGroupValues = styled.div`
114
const MetadataEntry = styled.div`
115
116
align-items: baseline;
117
118
`;
119
120
const MetadataIcon = styled.span`
@@ -131,6 +132,7 @@ const MetadataName = styled.button`
131
132
color: var(--text);
133
134
cursor: pointer;
135
+ flex-shrink: 0;
136
137
&:hover {
138
color: var(--highlight);
0 commit comments