Skip to content

Commit

Permalink
Merge pull request #1 from peetzweg/al3mart/feat-testnet-pop-network
Browse files Browse the repository at this point in the history
fix: tweak select component css
  • Loading branch information
al3mart authored Apr 15, 2024
2 parents b39d550 + 67a0bdb commit b320af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/styles/dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
}

.dropdown.chain .dropdown__single-value {
@apply flex flex-grow items-center text-sm font-medium;
@apply flex w-full flex-grow items-center text-sm font-medium;
}

.dropdown.chain .dropdown__single-value:before {
content: '';
@apply ml-1 mr-2 block h-1.5 w-1.5 rounded-full;
@apply mr-2 block h-1.5 w-1.5 rounded-full;
}

.dropdown.chain.isConnected .dropdown__single-value:before {
Expand Down

0 comments on commit b320af4

Please sign in to comment.