Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6624 from SimonBrandner/fix/call-tile-button/18565
Browse files Browse the repository at this point in the history
Fix call tile buttons
  • Loading branch information
dbkr authored Aug 18, 2021
2 parents 7616f3a + 93fee44 commit 5fa0908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions res/css/views/messages/_CallEvent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -169,6 +168,8 @@ limitations under the License.
width: 16px;
height: 16px;
margin-right: 8px;

flex-shrink: 0;
}
}
}
Expand Down

0 comments on commit 5fa0908

Please sign in to comment.