Fix layout regression in the invite dialog for few results

This commit is contained in:
Michael Telatynski 2021-06-16 10:37:34 +01:00
parent 47ddd33d21
commit 384bb3af2e

View file

@ -294,6 +294,7 @@ limitations under the License.
flex-direction: column;
.mx_InviteDialog_content {
height: 100%;
overflow: hidden;
}
}