subscription-manager: fix items being cut off at the bottom and top of the columns in chrome

This commit is contained in:
James Taylor 2019-08-12 15:34:55 -07:00
parent da8243085b
commit 38792081d4

View File

@ -58,6 +58,7 @@
.sub-list-item{
display:flex;
margin-bottom: 10px;
break-inside:avoid;
background-color: #dadada;
}
.tag-list{