Merge pull request #2512 from vector-im/dbkr/firefox_roomdir_align

Correct text alignment on room directory search
pull/2513/head
Richard van der Hoff 2016-10-26 10:49:59 +01:00 committed by GitHub
commit e564d34ca8
1 changed files with 1 additions and 0 deletions

View File

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