fix: stop collection view controls from overflowing (#3521)

This commit is contained in:
Shawn Erquhart 2020-04-01 11:23:59 -04:00 committed by GitHub
parent b9cbbe965f
commit c2425b44e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;