Fix layout regression in the invite dialog for few results

pull/21833/head
Michael Telatynski 2021-06-16 10:37:34 +01:00
parent 47ddd33d21
commit 384bb3af2e
1 changed files with 1 additions and 0 deletions

View File

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