UX: Adjust topic list item spacing (#70)

This commit is contained in:
Jordan Vidrine 2021-11-17 13:28:40 -06:00 committed by GitHub
parent 0aef9946b4
commit d3eee7008b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -123,7 +123,7 @@
.docs-topic-list {
flex-basis: 100%;
th {
.topic-list-header .topic-list-data {
min-width: 5em;
&[role="button"] {
@ -139,6 +139,10 @@
}
}
.topic-list-data:last-of-type {
text-align: center;
}
.badge-wrapper .badge-category .category-name {
// extra protection for ultra-long category names
max-width: 30vw;