Fixed 1px jump upwards on filter room members box

Signed-off-by: Nigel Mansell <mansell.nigel@mac.com>
This commit is contained in:
Nigel Mansell 2020-09-08 15:29:16 -04:00
parent 590e2b70f9
commit 421af52e76
2 changed files with 6 additions and 2 deletions

View file

@ -70,6 +70,10 @@ limitations under the License.
}
}
.mx_MemberList_query {
height: 16px;
}
.mx_MemberList_wrapper {
padding: 10px;
}