Skip to content

Commit

Permalink
🐛 (data page) avoid horizontal page overflow (#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamersmann authored Dec 13, 2024
1 parent d4acf56 commit f319d16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ div.indicator-processing {
display: flex;
flex-direction: column;
background-color: var(--background);
margin: 32px -24px 0;
margin: 32px calc(-1 * var(--grid-gap)) 0;
padding: 24px;

.indicator-processing-callout__title {
Expand Down

0 comments on commit f319d16

Please sign in to comment.