Merge pull request #6624 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

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;
}
}
}