Fix duplicate border around search results (#31284)

pull/31289/head
Valtteri Laitinen 7 months ago committed by GitHub
parent b6c1b8f748
commit 315308b10c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3086,6 +3086,11 @@ $ui-header-logo-wordmark-width: 99px;
.explore__search-header {
display: flex;
}
.explore__search-results {
border: 0;
border-radius: 0;
}
}
.icon-with-badge {

Loading…
Cancel
Save