We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97e7d52 + f7d997d commit 9ef254eCopy full SHA for 9ef254e
components/ClassPage/ClassPageInfoHeader.tsx
@@ -68,8 +68,8 @@ export function MobileClassPageInfoHeader({
68
<span className="mobileClassPageInfoHeader--className">{name}</span>
69
<LastUpdated
70
lastUpdateTime={latestOccurrence.lastUpdateTime}
71
- iconHeight="11"
72
- iconWidth="11"
+ iconHeight="16"
+ iconWidth="16"
73
className="mobileClassPageInfoHeader--lastUpdated"
74
/>
75
</div>
styles/pages/_ClassPage.scss
@@ -259,6 +259,9 @@
259
font-style: italic;
260
font-weight: 400;
261
line-height: 18px;
262
+ display: flex;
263
+ flex-direction: row;
264
+ gap: 2px;
265
}
266
267
&--header {
0 commit comments