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 ec67bb2 commit 2723143Copy full SHA for 2723143
frontends/ol-components/src/components/LearningResourceExpanded/DifferingRunsTable.tsx
@@ -56,6 +56,7 @@ const DifferingRunLabel = styled.strong({
56
57
const DifferingRunLocation = styled(DifferingRunData)({
58
flex: "1 0 100%",
59
+ flexDirection: "column",
60
alignSelf: "stretch",
61
})
62
@@ -122,7 +123,7 @@ const DifferingRunsTable: React.FC<{ resource: LearningResource }> = ({
122
123
{run.delivery.filter((d) => d.code === "in_person").length > 0 &&
124
run.location && (
125
<DifferingRunLocation>
- <strong>Location: </strong>
126
+ <strong>Location</strong>
127
<span>{run.location}</span>
128
</DifferingRunLocation>
129
)}
0 commit comments