Merge pull request from SimonBrandner/fix/call-tile-button/18565

Fix call tile buttons
This commit is contained in:
David Baker 2021-08-18 12:03:18 +01:00 committed by GitHub
commit 5fa0908752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,11 +151,10 @@ limitations under the License.
min-width: max-content;
.mx_CallEvent_content_button {
height: 24px;
padding: 0px 12px;
span {
padding: 8px 0;
padding: 1px 0;
display: flex;
align-items: center;
@ -169,6 +168,8 @@ limitations under the License.
width: 16px;
height: 16px;
margin-right: 8px;
flex-shrink: 0;
}
}
}