flex wrapping added to accomodates choices and capsules that need to wrap for multiple lines on a page

This commit is contained in:
Mike Homol 2021-03-31 08:31:27 -04:00
parent fabd7af34c
commit 7d3feff3e5

View File

@ -20,6 +20,7 @@
margin-left: 10px;
display: flex;
font-size: 12px;
flex-wrap: wrap;
}
.title {
@ -36,9 +37,7 @@
height: 24px;
align-items: center;
white-space: nowrap;
overflow: hidden;
margin: 4px 4px 4px 4px;
//background-color: rgba(95, 210, 85, 0.5);
width: max-content;
}