Skip to content

Commit

Permalink
fix: spacing issue between filters and table in reports (#15824)
Browse files Browse the repository at this point in the history
  • Loading branch information
maryia-deriv committed Jun 27, 2024
1 parent 9e57e66 commit 537830f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/reports/src/sass/app/modules/reports.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ $side-padding: 1.2em;
width: 100%;
display: flex;
justify-content: space-between;

flex-direction: column-reverse;

&-filter {
Expand All @@ -29,7 +28,7 @@ $side-padding: 1.2em;
}

@include desktop-screen {
padding: 0 2.4rem 1.6rem 0;
padding: 0 2.4rem 0 0;
align-items: center;
}

Expand Down

0 comments on commit 537830f

Please sign in to comment.