Skip to content

Commit

Permalink
fix width increase by 12px
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Jan 3, 2025
1 parent ffbc45c commit 62067ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const styles = css`
.error-overlay-bottom-stack-2 {
z-index: 48;
width: calc(100% - 4rem); /* 64px */
width: calc(100% - 3rem); /* 48px */
}
@keyframes stack-slide-down {
Expand Down

0 comments on commit 62067ba

Please sign in to comment.