Applied min-height to Data Model banner (#2214)
This commit is contained in:
@ -12,6 +12,7 @@ import CoverImage from '../assets/build-your-business-logic.jpg';
|
|||||||
const StyledCoverImageContainer = styled.div`
|
const StyledCoverImageContainer = styled.div`
|
||||||
border: 1px solid ${({ theme }) => theme.border.color.medium};
|
border: 1px solid ${({ theme }) => theme.border.color.medium};
|
||||||
border-radius: ${({ theme }) => theme.border.radius.md};
|
border-radius: ${({ theme }) => theme.border.radius.md};
|
||||||
|
min-height: 158px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user