1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00

Use display block for iframe

This removes the gap at the bottom
This commit is contained in:
simurai 2019-03-15 17:40:11 +09:00
parent 9d2bf3e8f9
commit 55e9291634

View File

@ -6,6 +6,7 @@ import {assetPrefix} from './utils'
export default class Frame extends React.Component {
static defaultProps = {
display: 'block',
border: 0,
borderRadius: 0,
minHeight: 0,