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

Commit

Permalink
Fix E2E icon display
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed May 20, 2024
1 parent 4e91d8b commit 93e917d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/_LegacyRoomHeader.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ limitations under the License.
.mx_BetaCard_betaPill {
margin-right: $spacing-8;
}

/* The container of E2EIcon in the legacy header needs to have its height set */
& > span {
height: 100%;
}
}

.mx_LegacyRoomHeader_name {
Expand Down

0 comments on commit 93e917d

Please sign in to comment.