Skip to content

Commit

Permalink
Try other
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 15, 2023
1 parent 7a6c497 commit 9afac3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/TimelineSummary.jsx
Expand Up @@ -81,7 +81,7 @@ export default function TimelineSummary({ event, onFrameSelected }) {
return (
<div className="flex flex-col">
<div className="h-14 flex justify-center">
<div className="flex flex-row flex-nowrap justify-between overflow-auto sm:w-4 w-full">
<div className="flex flex-row flex-nowrap justify-between overflow-auto w-max sm:w-1">
{eventTimeline.map((item, index) => (
<Button
key={index}
Expand Down

0 comments on commit 9afac3b

Please sign in to comment.