Skip to content

Commit

Permalink
Remove sizing on summary icons (#8169)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 15, 2023
1 parent e545dfc commit d4d2bb2
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="sm:w-1 md:w-1/4 flex flex-row flex-nowrap justify-between overflow-auto">
<div className="flex flex-row flex-nowrap justify-between overflow-auto">
{eventTimeline.map((item, index) => (
<Button
key={index}
Expand Down

0 comments on commit d4d2bb2

Please sign in to comment.