some fix regarding multi-select
This commit is contained in:
+2
-1
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user