Skip to content

Commit

Permalink
Fixed column not showing up on large screens (#901)
Browse files Browse the repository at this point in the history
in button guidelines
  • Loading branch information
cchaos authored Jun 5, 2018
1 parent ceab30e commit df5491e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src-docs/src/views/guidelines/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export default() => (

<EuiTableBody>
<EuiTableRow>
<EuiTableRowCell isMobileHeader>
<EuiTableRowCell isMobileFullWidth>
<EuiButton>
Add thing
</EuiButton>
Expand All @@ -493,7 +493,7 @@ export default() => (
</EuiTableRow>

<EuiTableRow>
<EuiTableRowCell isMobileHeader>
<EuiTableRowCell isMobileFullWidth>
<EuiButtonEmpty size="s">
Cancel
</EuiButtonEmpty>
Expand All @@ -505,7 +505,7 @@ export default() => (
</EuiTableRow>

<EuiTableRow>
<EuiTableRowCell isMobileHeader>
<EuiTableRowCell isMobileFullWidth>
<EuiButton fill>
Create thing
</EuiButton>
Expand All @@ -519,7 +519,7 @@ export default() => (
</EuiTableRow>

<EuiTableRow>
<EuiTableRowCell isMobileHeader>
<EuiTableRowCell isMobileFullWidth>
<EuiButton color="danger" fill>
Delete
</EuiButton>&nbsp;&nbsp;
Expand All @@ -536,7 +536,7 @@ export default() => (
</EuiTableRow>

<EuiTableRow>
<EuiTableRowCell isMobileHeader>
<EuiTableRowCell isMobileFullWidth>
<EuiButton color="danger">
Remove
</EuiButton>&nbsp;&nbsp;
Expand All @@ -549,7 +549,7 @@ export default() => (
</EuiTableRow>

<EuiTableRow>
<EuiTableRowCell isMobileHeader>
<EuiTableRowCell isMobileFullWidth>
<EuiButton fill>
Save
</EuiButton>&nbsp;&nbsp;
Expand Down

0 comments on commit df5491e

Please sign in to comment.