UX: Prevent categories from overflowing select-kit

This commit is contained in:
awesomerobot 2020-09-25 19:31:41 -04:00
parent b8015ab654
commit f1ac3cf888
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,10 @@
margin: 0; margin: 0;
} }
.category-status { .category-status {
overflow: hidden;
.badge-wrapper {
overflow: hidden;
}
.badge-wrapper.box { .badge-wrapper.box {
margin-bottom: 1px; margin-bottom: 1px;
margin-top: 1px; margin-top: 1px;

View File

@ -19,6 +19,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
max-width: 100%;
} }
.select-kit-collection { .select-kit-collection {