Skip to content

Commit

Permalink
Fix styling to mimic div styling
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Feb 9, 2024
1 parent b45922d commit a289b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/sass/modules/_SearchBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ $searchbar-button-text-color-active: var(--yxt-searchbar-button-text-color-base)

&-buttonImage .Icon svg, .Icon-image
{
display: inline-block;
display: block;
width: 2em;
height: 2em;
}
Expand Down

0 comments on commit a289b73

Please sign in to comment.