diff --git a/packages/ui/src/theme/css/component/placeholder.scss b/packages/ui/src/theme/css/component/placeholder.scss index 97ab2f66b2b..362947fecc8 100644 --- a/packages/ui/src/theme/css/component/placeholder.scss +++ b/packages/ui/src/theme/css/component/placeholder.scss @@ -6,6 +6,7 @@ border-radius: var(--amplify-components-placeholder-border-radius); height: var(--amplify-components-placeholder-default-height); width: 100%; + display: block; &[data-size='small'] { height: var(--amplify-components-placeholder-small-height);