UX: Layout fix for category boxes w/ long subcategory names

This commit is contained in:
Kris 2019-08-21 20:03:13 -04:00
parent 14cdb01254
commit 2d5b928da9
1 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,7 @@
}
.category-box-inner {
box-sizing: border-box;
width: 100%;
padding: 0;
display: flex;
@ -139,6 +140,11 @@
display: inline-block;
margin-right: 0.6em;
}
.subcategory-link {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
}
.logo img {
display: inline-block;
height: 20px;