mirror of https://github.com/vector-im/riot-web
Correct text alignment on room directory search
Seemed to only be broken on firefoxpull/2512/head
parent
9310d92605
commit
61d7db6eb6
|
@ -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