UX: Adjust topic list item spacing (#70)
This commit is contained in:
parent
0aef9946b4
commit
d3eee7008b
|
@ -123,7 +123,7 @@
|
||||||
.docs-topic-list {
|
.docs-topic-list {
|
||||||
flex-basis: 100%;
|
flex-basis: 100%;
|
||||||
|
|
||||||
th {
|
.topic-list-header .topic-list-data {
|
||||||
min-width: 5em;
|
min-width: 5em;
|
||||||
|
|
||||||
&[role="button"] {
|
&[role="button"] {
|
||||||
|
@ -139,6 +139,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.topic-list-data:last-of-type {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.badge-wrapper .badge-category .category-name {
|
.badge-wrapper .badge-category .category-name {
|
||||||
// extra protection for ultra-long category names
|
// extra protection for ultra-long category names
|
||||||
max-width: 30vw;
|
max-width: 30vw;
|
||||||
|
|
Loading…
Reference in New Issue