Skip to content

Commit

Permalink
docs(ComponentExample): fix width in Firefox (#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Aug 10, 2017
1 parent 723477e commit 6ddcb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/Components/ComponentDoc/ComponentExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class ComponentExample extends Component {
const { error, showCode, sourceCode } = this.state
if (!showCode) return

const style = {}
const style = { width: '100%' }
if (error) {
style.boxShadow = `inset 0 0 0 1em ${errorStyle.background}`
}
Expand Down

0 comments on commit 6ddcb27

Please sign in to comment.