Skip to content

Commit

Permalink
Avoid icon stretch on narrow viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Nov 26, 2021
1 parent f1b1ac6 commit e8a881a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/edit-site/src/components/list/style.scss
Expand Up @@ -149,6 +149,7 @@

.edit-site-list-added-by__icon {
display: flex;
flex-shrink: 0;
position: relative;
align-items: center;
justify-content: center;
Expand All @@ -175,6 +176,7 @@
}

.edit-site-list-added-by__avatar {
flex-shrink: 0;
overflow: hidden;
border-radius: 100%;
background: $gray-800;
Expand Down

0 comments on commit e8a881a

Please sign in to comment.