fix vertical height in filter boxes

This commit is contained in:
pablodip 2018-02-14 08:19:25 +01:00
parent 64f5d3bb5a
commit 26ac02caf5
1 changed files with 2 additions and 0 deletions

View File

@ -448,6 +448,8 @@
position: relative;
display: flex;
z-index: 1000;
height: 100%;
align-items: center;
.text {
margin: 8px 12px;