Skip to content

Commit

Permalink
Merge pull request #3142 from ingef/fix-yearhead-layout
Browse files Browse the repository at this point in the history
Support bigger and smaller right columns
  • Loading branch information
Kadrian authored Jul 25, 2023
2 parents 168e730 + d29f2f3 commit 01a8535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/entity-history/timeline/YearHead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Col = styled("div")`

const Grid = styled("div")`
display: grid;
grid-template-columns: auto 45px;
grid-template-columns: auto minmax(min-content, 25px);
gap: 0px 10px;
`;

Expand Down

0 comments on commit 01a8535

Please sign in to comment.