Fix forwarding UI papercuts (#8482)

This commit is contained in:
Šimon Brandner 2022-05-03 19:18:16 +02:00 committed by GitHub
parent 2e9c2dd42b
commit af78356c9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -85,6 +85,10 @@ limitations under the License.
margin-top: 24px;
}
.mx_ForwardList_resultsList {
padding-right: 8px;
}
.mx_ForwardList_entry {
display: flex;
justify-content: space-between;