Fix alignment of filter inputs on groups page.

This commit is contained in:
Guo Xiang Tan 2018-03-22 09:45:24 +08:00
parent 0e973ef219
commit ae6be6e364
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@
display: inline-block;
float: right;
.groups-name-filter {
position: relative;
top: 1px;
.groups-type-filter {
vertical-align: unset;
}
}