Skip to content

Commit 856b183

Browse files
committed
remove incorrectly placed line height directive and set row-gap on info section values
1 parent b17d586 commit 856b183

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontends/ol-components/src/components/LearningResourceExpanded/InfoSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const InfoValue = styled.div({
7979
flexWrap: "wrap",
8080
flexGrow: 1,
8181
color: theme.custom.colors.darkGray2,
82+
rowGap: ".2rem",
8283
...theme.typography.body3,
8384
})
8485

frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpanded.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ const Detail = styled.section({
143143

144144
const Description = styled.p({
145145
...theme.typography.body2,
146-
lineHeight: "1.2rem",
147146
color: theme.custom.colors.black,
148147
margin: 0,
149148
whiteSpace: "pre-line",

0 commit comments

Comments
 (0)