Problem z przyciskiem w Google Search pod UIKIT
Po wstawieniu na stronę wyszukiwarki Google jej przycisk był niepoprawny

Powodem tego było standardowe ustawienie w frameworku UIKIT
svg {
max-width: 100%;
}
Pomogło dodanie tej reguły
.gsc-search-button.gsc-search-button-v2 svg {
max-width: none !important;
}

If you like it
Buy a Coffee
