Correct text alignment on room directory search

Seemed to only be broken on firefox
This commit is contained in:
David Baker 2016-10-26 10:35:46 +01:00
parent 9310d92605
commit 61d7db6eb6

View file

@ -62,6 +62,7 @@ limitations under the License.
.mx_RoomDirectory_searchbox {
display: table-cell;
vertical-align: middle;
}
.mx_RoomDirectory_listheader .mx_NetworkDropdown {