Skip to content
Snippets Groups Projects
Commit dffc793c authored by Kyle Doherty's avatar Kyle Doherty
Browse files

Merge pull request #1115 from metabase/fix_safari_activity_initials

remove inline unprefixed flex for safari 8 compatability
parents a44f21a6 60d54210
No related branches found
No related tags found
Loading
......@@ -11,9 +11,6 @@ export default class UserAvatar extends Component {
borderRadius: '99px',
width: '2rem',
height: '2rem',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
}
}
userInitials() {
......@@ -37,6 +34,7 @@ export default class UserAvatar extends Component {
const classes = {
'flex': true,
'align-center': true,
'justify-center': true
}
classes[background] = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment