UX: left align suggested topics header and footer text (#26058)

This commit is contained in:
Kris 2024-03-06 11:26:02 -05:00 committed by GitHub
parent dfc6bb4029
commit ac083ffca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -64,4 +64,9 @@
line-height: 0.8;
max-width: 150px;
}
.more-topics__list-title,
.more-topics__browse-more {
padding-left: 0.5em;
}
}