Skip to content

Commit

Permalink
update rollup explorer style (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 authored Jun 5, 2024
1 parent cf9630f commit 5ce19d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/rollup/batch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const BoxItem = styled(Box)(({ theme }) => ({
[theme.breakpoints.down("md")]: {
height: "7.4rem",
justifyContent: "space-between",
"& > *:nth-last-of-type(1)": {
"& > *:last-child": {
textAlign: "right",
marginLeft: "0.4rem",
marginRight: "1.6rem",
Expand Down

0 comments on commit 5ce19d6

Please sign in to comment.