Merge pull request #5163 from nigelrudolf/develop

Fixed 1px jump upwards
This commit is contained in:
Michael Telatynski
2020-09-09 17:49:08 +01:00
committed by GitHub

View File

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