From c2425b44e86b5addaa4876ecee0e33dfa387c6f5 Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Wed, 1 Apr 2020 11:23:59 -0400 Subject: [PATCH] fix: stop collection view controls from overflowing (#3521) --- .../src/components/Collection/CollectionControls.js | 1 + 1 file changed, 1 insertion(+) 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;