fix vertical height in filter boxes

This commit is contained in:
pablodip 2018-02-14 08:19:25 +01:00
parent 64f5d3bb5a
commit 26ac02caf5

View File

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