Skip to content

Commit

Permalink
min size for clocks (150px)
Browse files Browse the repository at this point in the history
  • Loading branch information
turnercore committed Nov 13, 2023
1 parent a1f8f1a commit 2e6499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clocktower/app/tower/[id]/components/RealtimeClock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const RealtimeClock: React.FC<RealtimeClockProps> = ({ initialData }) => {
return (
<>
{!isDeleted && (
<div>
<div className='min-w-[150px] min-h-[150px]'>
<div className='flex flex-col items-center max-w-[400px] min-w-fit rounded-full'>
{configuredPieChart}
</div>
Expand Down

0 comments on commit 2e6499e

Please sign in to comment.