Skip to content

Commit

Permalink
Merge pull request #1160 from coolswood/main
Browse files Browse the repository at this point in the history
fix: Gengar two cols bug
  • Loading branch information
AmruthPillai committed Jan 3, 2023
2 parents 3ff56f8 + c9685d4 commit c8f7bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/templates/Gengar/widgets/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Section: React.FC<SectionProps> = ({
{Array.from(Array(8).keys()).map((_, index) => (
<div
key={index}
className="mr-1 h-2 w-4 rounded-sm border"
className="mr-1 h-2 w-full max-w-[1rem] rounded-sm border"
style={{
borderColor: primaryColor,
backgroundColor: levelNum / (10 / 8) > index ? primaryColor : '',
Expand Down

0 comments on commit c8f7bff

Please sign in to comment.