Add vertical-align to sort-controls

This commit is contained in:
Eric Lippmann 2018-06-28 11:22:05 +02:00
parent 88c2fe44e3
commit 02630c2607
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@
.sort-controls-container {
clear: right;
float: right;
> * {
vertical-align: middle;
}
}
.sort-direction-control {