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:
parent
9d2bf3e8f9
commit
55e9291634
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user