Merge pull request #6624 from SimonBrandner/fix/call-tile-button/18565
Fix call tile buttons
This commit is contained in:
commit
5fa0908752
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue