Skip to content

Commit

Permalink
Fix width of object lifecycle buttons (blakeblackshear#14729)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 authored Nov 2, 2024
1 parent e5ebf93 commit 1234003
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/src/components/overlay/detail/ObjectLifecycle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,7 @@ export default function ObjectLifecycle({
{eventSequence.map((item, index) => (
<CarouselItem
key={index}
className={cn(
"basis-1/4 cursor-pointer pl-1 md:basis-[10%]",
fullscreen && "md:basis-16",
)}
className={cn("basis-auto cursor-pointer pl-1")}
onClick={() => handleThumbnailClick(index)}
>
<div className="p-1">
Expand Down

0 comments on commit 1234003

Please sign in to comment.