Skip to content

Commit

Permalink
fix(profile): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmcg committed Jul 13, 2022
1 parent 29c4d23 commit 81c19c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/views/settings/profile/accounts/Item/Item.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
padding: @normal-spacing;
background: @midground-alt;
&:extend(.round-corners);
&:extend(.ellipsis);

.transition(background, @animation-speed, ease-in-out);

.no-bottom-radius {
&.no-bottom-radius {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
Expand Down

0 comments on commit 81c19c0

Please sign in to comment.