Skip to content

Commit

Permalink
Add display styling to buttonImage css
Browse files Browse the repository at this point in the history
  • Loading branch information
likimmy committed Feb 8, 2024
1 parent 25537e6 commit b11f001
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/sass/modules/_SearchBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ $searchbar-button-text-color-active: var(--yxt-searchbar-button-text-color-base)

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

0 comments on commit b11f001

Please sign in to comment.