FIX: .badge-posts alignment on mobile glimmer topic list (#28959)

Regressed in 3eada7b572
This commit is contained in:
Jarek Radosz 2024-09-18 13:02:52 +02:00 committed by GitHub
parent e4e2bc7add
commit c6c4e09ba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -359,7 +359,8 @@ td .main-link {
.num.posts-map {
font-size: var(--font-up-2);
padding: 0;
button {
> button,
> a {
padding: 0;
}
}