diff --git a/src/patternfly/components/EmptyState/docs/code.md b/src/patternfly/components/EmptyState/docs/code.md index 20ae3078fd..64c7759d11 100644 --- a/src/patternfly/components/EmptyState/docs/code.md +++ b/src/patternfly/components/EmptyState/docs/code.md @@ -10,10 +10,11 @@ | Class | Applied to | Outcome | | -- | -- | -- | | `.pf-c-empty-state` | `
` | Initiates an empty state component. **Required** | -| `.pf-c-empty-state__icon` | `` | Creates the empty state icon. | +| `.pf-c-empty-state__icon` | ``, `
` | Creates the empty state icon or icon container when used as a `
`. | | `.pf-c-title` | `

,

,

,

,

,
` | Creates the empty state title. **Required** | | `.pf-c-empty-state__body` | `
` | Creates the empty state body content. You can have more than one `.pf-c-empty-state__body` elements. | | `.pf-c-button.pf-m-primary` | `