Skip to content

Commit 19ed17c

Browse files
committed
Sets max-height to ins
1 parent 5fc1913 commit 19ed17c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/containers/post/HorizontalAd.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ function HorizontalAd({}: Props) {
4949
const Wrapper = styled.div`
5050
margin-top: 1.5rem;
5151
margin-bottom: 1.5rem;
52-
max-height: 400px;
52+
ins {
53+
max-height: 400px;
54+
}
5355
`;
5456

5557
export default HorizontalAd;

0 commit comments

Comments
 (0)