Skip to content

Commit

Permalink
remove column-wrap from expanded-course-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Oct 11, 2018
1 parent 2db232e commit 0869ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gob-web/modules/course/warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ExpandedWarningList = styled(PlainList)`
font-size: 0.85em;
font-variant-numeric: oldstyle-nums;
display: flex;
flex-flow: column wrap;
flex-flow: column nowrap;
`

const WarningItem = styled(ListItem)`
Expand Down

0 comments on commit 0869ac7

Please sign in to comment.