Skip to content

Commit

Permalink
[lib] Fix render of ConnectedWalletInfo on landing
Browse files Browse the repository at this point in the history
Summary: Noticed this looked bad on `landing` because of [this line](https://github.com/CommE2E/comm/blob/c610c2ea44acf1e05c98fc3863f4838cfef0866f/landing/reset.css#L42) of `reset.css`.

Test Plan:
| before | after |
| {F806594} | {F806595} |

Reviewers: rohan, atul, ginsu

Reviewed By: rohan

Subscribers: tomek, wyilio

Differential Revision: https://phab.comm.dev/D9439
  • Loading branch information
Ashoat committed Oct 10, 2023
1 parent e2e29d5 commit 3d3e0ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/connected-wallet-info.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ div.avatar {

div.avatar img {
border-radius: 18px;
max-width: initial;
}

div.address p {
Expand Down

0 comments on commit 3d3e0ed

Please sign in to comment.