Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgutica committed Feb 12, 2025
1 parent 5e166c4 commit 1d3ffc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const exportCsv = () => {
align-items: center;
display: flex;
justify-content: space-between;
padding: var(--kui-space-70, $kui-space-70) var(--kui-space-30, $kui-space-30) var(--kui-space-70, $kui-space-70) var(--kui-space-70, $kui-space-70);
padding: var(--kui-space-60, $kui-space-60) var(--kui-space-60, $kui-space-60) var(--kui-space-20, $kui-space-20) var(--kui-space-60, $kui-space-60);
right: 0;
width: 100%;
Expand Down Expand Up @@ -338,7 +338,7 @@ const exportCsv = () => {
.tile-content {
flex-grow: 1;
margin: var(--kui-space-60, $kui-space-60);
margin: var(--kui-space-20, $kui-space-20) var(--kui-space-60, $kui-space-60) var(--kui-space-60, $kui-space-60) var(--kui-space-60, $kui-space-60);
overflow: hidden;
}
}
Expand Down

0 comments on commit 1d3ffc5

Please sign in to comment.