Prevent some elements on categories taxonomy from wrapping

This commit is contained in:
BBaoVanC 2022-05-06 22:15:48 -05:00
parent 9bee463a3c
commit 684769df5a
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 5 additions and 0 deletions

View File

@ -167,6 +167,11 @@
margin-left: auto;
}
.category-list a,
.category-list .category-metadata {
white-space: nowrap;
}
/* Tags list format */