Skip to content

Commit

Permalink
fixes incorrect CSS for inputFontSize-sm (closes #1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Sep 30, 2021
1 parent 76c7574 commit 93ea5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cms/src/components/fields/ProfileSearch.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
}
}

&.inputFontSize-sm, @mixin max-sm {
&.inputFontSize-sm {
& .cms-profilesearch-icon {
width: 0.35em;
left: 0.22em;
Expand Down

0 comments on commit 93ea5da

Please sign in to comment.