Skip to content

Commit a9e2298

Browse files
committed
fixed(?) mobile type generic display
1 parent d1e1d3c commit a9e2298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/docs/docs-types.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
}
5454

5555
.typedocs-data {
56-
& subheading {
56+
& .typedocs-subheading {
5757
display: flex;
5858
flex-direction: column;
5959
gap: 0.618rem;
@@ -156,6 +156,7 @@
156156

157157
.type-generic {
158158
position: absolute;
159+
width: max-content;
159160
left: 0.845rem;
160161
top: 1.217rem;
161162
}

0 commit comments

Comments
 (0)