Skip to content

Commit

Permalink
Merge pull request #487 from ethereum/fix-join-form-style
Browse files Browse the repository at this point in the history
Fix join form style
  • Loading branch information
samajammin authored Jan 3, 2022
2 parents 3080933 + 9185352 commit 29e65e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue-app/src/views/Join.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ export default class JoinView extends mixins(validationMixin) {
.form-area {
grid-area: form;
overflow: scroll;
overflow: auto;
display: flex;
flex-direction: column;
gap: 1rem;
Expand Down

0 comments on commit 29e65e2

Please sign in to comment.