Skip to content

Commit

Permalink
fix: chain select style
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphertrace committed Oct 20, 2022
1 parent 7d41cb2 commit 002ac18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/ui/src/components/WormholeForm/WormholeForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
width: 100%;
max-width: 500px;
transition: all 0.5s ease;

.euiSuperSelectControl {
.euiFlexGroup--responsive {
display: flex;
flex-wrap: nowrap;
}
}
}

.chainName {
Expand Down

0 comments on commit 002ac18

Please sign in to comment.