small style fix

This commit is contained in:
Viktor Rådberg
2023-12-24 14:42:15 +01:00
parent 3e2deca2f0
commit bdbea848d3
2 changed files with 4 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ export const ExtraCountersGrid = styled.div<{ $rotation: Rotation }>`
height: 100%;
width: auto;
bottom: auto;
right: -6px;
right: 0;
`;
}
}}