Skip to content

Commit

Permalink
fix(search): 馃悰 search icon clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Sep 6, 2023
1 parent e973f5f commit 68dc715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.search/skins.citizen.search.less
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
background-color: #eaecf0;
background-position: center;
background-size: cover;
border-radius: var( --border-radius--medium );

&.citizen-ui-icon {
width: 100%;
Expand Down Expand Up @@ -173,7 +174,6 @@
max-width: 60px;
height: 60px;
overflow: hidden;
border-radius: var( --border-radius--medium );

&.citizen-ui-icon::before {
background-size: contain;
Expand Down

0 comments on commit 68dc715

Please sign in to comment.