diff --git a/frontend/src/ui/Blocks/Series.tsx b/frontend/src/ui/Blocks/Series.tsx index 6d6ae6358..8305096ba 100644 --- a/frontend/src/ui/Blocks/Series.tsx +++ b/frontend/src/ui/Blocks/Series.tsx @@ -741,7 +741,8 @@ const SliderView: React.FC = ({ basePath, items }) => { {...{ event, active, basePath }} css={{ scrollSnapAlign: "start", - flex: "0 0 265px", + flex: "0 0 270px", + maxWidth: 270, margin: 6, marginBottom: 24, }}