mirror of https://github.com/vector-im/riot-web
Merge pull request #2512 from vector-im/dbkr/firefox_roomdir_align
Correct text alignment on room directory searchpull/2513/head
commit
e564d34ca8
|
@ -62,6 +62,7 @@ limitations under the License.
|
|||
|
||||
.mx_RoomDirectory_searchbox {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mx_RoomDirectory_listheader .mx_NetworkDropdown {
|
||||
|
|
Loading…
Reference in New Issue