Skip to content

Commit

Permalink
fix swap value alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalm committed Nov 5, 2024
1 parent d8fa911 commit b77fc4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/css/interceptor.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,8 @@ svg.spinner > circle {
.swap-grid {
grid-template-columns: auto auto;
display: grid;
place-content: center;
column-gap: 0.25em;
}

.swap-grid-1 {
Expand Down

0 comments on commit b77fc4f

Please sign in to comment.