Fix E2E icon display in room header (#12545)
* Fix E2E icon display * Add e2e test
This commit is contained in:
parent
1bb70c5b3b
commit
f6e919021a
3 changed files with 27 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue