fix: stop collection view controls from overflowing (#3521)
This commit is contained in:
parent
b9cbbe965f
commit
c2425b44e8
@ -10,6 +10,7 @@ const CollectionControlsContainer = styled.div`
|
|||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
margin-top: 22px;
|
margin-top: 22px;
|
||||||
width: ${lengths.topCardWidth};
|
width: ${lengths.topCardWidth};
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user