|
@@ -48,6 +48,7 @@ export const InnerContainer = styled.div<InnerContainerProps>`
|
|
`
|
|
`
|
|
|
|
|
|
export const VideoInfo = styled.div`
|
|
export const VideoInfo = styled.div`
|
|
|
|
+ overflow: hidden;
|
|
margin: auto;
|
|
margin: auto;
|
|
width: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -68,8 +69,9 @@ export const Heading = styled(Text)`
|
|
margin-top: ${sizes(4)};
|
|
margin-top: ${sizes(4)};
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
max-width: 560px;
|
|
max-width: 560px;
|
|
- word-break: break-all;
|
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ overflow: hidden;
|
|
text-align: center;
|
|
text-align: center;
|
|
`
|
|
`
|
|
|
|
|