Problem with button in Google Search with framework UIKIT
After adding Google Search its button was incorrect

Problem makes standard setting in framework UIKIT
svg {
max-width: 100%;
}
It helps to add this CSS rule
.gsc-search-button.gsc-search-button-v2 svg {
max-width: none !important;
}
