fix initials behaviour on FF

pull/397/head
Matthew Hodgson 2015-11-18 23:46:43 +00:00
parent 69fdd485e6
commit 23d45d7f33
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ limitations under the License.
*/ */
.mx_MemberAvatar { .mx_MemberAvatar {
position: relative; /* commenting this out as it breaks on FF seemingly */
/* position: relative; */
} }
.mx_MemberAvatar_initial { .mx_MemberAvatar_initial {