mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +02:00
Display CompLibrary component in tabular format (#537)
This commit is contained in:
parent
90d8e17158
commit
099875a01a
3 changed files with 37 additions and 30 deletions
|
@ -36,7 +36,7 @@ class Container extends React.Component {
|
|||
}
|
||||
|
||||
Container.defaultProps = {
|
||||
background: 'transparent',
|
||||
background: null,
|
||||
padding: [],
|
||||
wrapper: true,
|
||||
};
|
||||
|
|
|
@ -93,7 +93,6 @@ class GridBlock extends React.Component {
|
|||
GridBlock.defaultProps = {
|
||||
align: 'left',
|
||||
contents: [],
|
||||
imagealign: 'top',
|
||||
layout: 'twoColumn',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue