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 #6465 from matrix-org/gsouquet/fix-18144
Browse files Browse the repository at this point in the history
  • Loading branch information
germain-gg authored Jul 30, 2021
2 parents a7c15b2 + 11322b8 commit 8509096
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/messages/_CallEvent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
background-color: $dark-panel-bg-color;
border-radius: 8px;
margin: 10px auto;
max-width: 75%;
width: 75%;
box-sizing: border-box;
height: 60px;

Expand Down
5 changes: 5 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@ limitations under the License.
margin-right: 5px;
}

.mx_EventTile_line,
.mx_EventTile_info {
min-width: 100%;
}

.mx_EventTile_e2eIcon {
margin-left: 9px;
}
Expand Down

0 comments on commit 8509096

Please sign in to comment.