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

Commit 93e917d

Browse files
committed
Fix E2E icon display
1 parent 4e91d8b commit 93e917d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/rooms/_LegacyRoomHeader.pcss

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ limitations under the License.
6565
.mx_BetaCard_betaPill {
6666
margin-right: $spacing-8;
6767
}
68+
69+
/* The container of E2EIcon in the legacy header needs to have its height set */
70+
& > span {
71+
height: 100%;
72+
}
6873
}
6974

7075
.mx_LegacyRoomHeader_name {

0 commit comments

Comments
 (0)