Skip to content

Commit

Permalink
fix: Decoded tx compact header
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Jul 13, 2023
1 parent 9923765 commit 436653b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.actionsHeader {
border-bottom: 1px solid var(--color-border-light);
cursor: auto !important;
padding-left: 0;
padding-left: var(--space-2);
padding-right: 0;
display: flex;
justify-content: space-between;
Expand All @@ -10,6 +10,7 @@

.compactHeader {
border: 0;
padding-left: 0;
}

.actionsHeader button {
Expand Down

0 comments on commit 436653b

Please sign in to comment.