some fix regarding multi-select

This commit is contained in:
Yubing325
2020-07-07 12:08:36 -05:00
parent 3806e44945
commit f4cec5c48f
7 changed files with 36 additions and 26 deletions
@@ -1,9 +1,10 @@
:host .flex-container{
display: flex;
justify-content: space-between;
align-items: baseline;
align-items: center;
}
:host .flex-item{
margin-right: 1px;
height: 100%;
}