Skip to content

Commit

Permalink
Merge pull request #5658 from rahulharpal1603/issue5649
Browse files Browse the repository at this point in the history
Fixed #5649 (Horizontal Scrolling Issue in /programs/lfx)
  • Loading branch information
sudhanshutech authored Jul 19, 2024
2 parents c67671e + f1f89b5 commit bddfe8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/collections/programs/Programs.style.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import styled from "styled-components";

export const ProgramsWrapper = styled.div`
a { color: ${props => props.theme.keppelColor};
}
a {
color: ${props => props.theme.keppelColor};
overflow-wrap: break-word;
}
img{
width: 19vw;
float: right;
Expand Down

0 comments on commit bddfe8d

Please sign in to comment.