diff --git a/packages/netlify-cms-core/src/components/Collection/CollectionControls.js b/packages/netlify-cms-core/src/components/Collection/CollectionControls.js index ffc3cb2c..e2c2c950 100644 --- a/packages/netlify-cms-core/src/components/Collection/CollectionControls.js +++ b/packages/netlify-cms-core/src/components/Collection/CollectionControls.js @@ -10,6 +10,7 @@ const CollectionControlsContainer = styled.div` flex-direction: row-reverse; margin-top: 22px; width: ${lengths.topCardWidth}; + max-width: 100%; & > div { margin-left: 6px;