Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 4, 2023
1 parent a02c63e commit df990d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/AbiDecodeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ watch(() => form, onFormChange, { deep: true })
.abi-decode-form__options-wrp {
display: flex;
align-items: center;
gap: inherit;
gap: toRem(8);
flex-wrap: wrap;
}
Expand Down

0 comments on commit df990d9

Please sign in to comment.